mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
maxcpu = 4, how do we increase the number #197
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 (Jun 3, 2021).
Hi @sickcodes ,
This docker-osx is really an awesome project, thanks for making it open source, engineering can't happen without this kinda of science project.
quick question about the cpu setting, when I'm trying to bring more cores by this
-e CORES=8 -e RAM=8for example, it doesn't allow me, and it throws error saying maxcpu needs to be 4.the reason why I'm trying to bring more cores is that I feel like it's a bit slow when I'm using it on GCP vm machine with 8vCPUs, and 32 mem. and then I tried the same with 16vCPUs, and 32 mem, not much difference on performance.
any idea how to bring the performance up a little bit ?
Thanks
-Oliver
@OliverwengFiltered commented on GitHub (Jun 5, 2021):
wondering if you have any updates on this one ?
@sickcodes
@OliverwengFiltered commented on GitHub (Jun 8, 2021):
nvm found it.
Thanks
@LiushuiXiaoxia commented on GitHub (Jul 19, 2021):
how to use this options
-smp 8,cores=8,sockets=1,threads=1,maxcpus=8@OliverwengFiltered Thanks