mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #285] GCP compute instance cpu memory allocation. #196
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OliverwengFiltered on GitHub (May 27, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/285
I'm running the docker image on gcp compute instance.
everything seems to be working, but when everything is installed, it seems quite slow even on a compute instance with (8 vCPUs, 32 GB memory).
and then I was checking the "about this mac" option inside the container os, it only has 4 core of cpus, and only has 2.9 g memory.
How do I allocate more cpu and memory to container when running it with public image ?
Appreciate any insights.
Thanks
@OliverwengFiltered commented on GitHub (May 27, 2021):
looks like this is the example that I just found in the readme.
feel free to close this one.