mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
GCP compute instance cpu memory allocation. #196
Reference in New Issue
Block a user
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).
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.