[GH-ISSUE #287] maxcpu = 4, how do we increase the number #197

Closed
opened 2026-02-27 22:08:28 +03:00 by kerem · 3 comments
Owner

Originally created by @OliverwengFiltered on GitHub (Jun 3, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/287

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=8 for 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

Originally created by @OliverwengFiltered on GitHub (Jun 3, 2021). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/287 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=8` for 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
kerem closed this issue 2026-02-27 22:08:28 +03:00
Author
Owner

@OliverwengFiltered commented on GitHub (Jun 4, 2021):

wondering if you have any updates on this one ?

@sickcodes

<!-- gh-comment-id:855047969 --> @OliverwengFiltered commented on GitHub (Jun 4, 2021): wondering if you have any updates on this one ? @sickcodes
Author
Owner

@OliverwengFiltered commented on GitHub (Jun 8, 2021):

nvm found it.

-smp 8,cores=8,sockets=1,threads=1,maxcpus=8

Thanks

<!-- gh-comment-id:856430086 --> @OliverwengFiltered commented on GitHub (Jun 8, 2021): nvm found it. ``` -smp 8,cores=8,sockets=1,threads=1,maxcpus=8 ``` Thanks
Author
Owner

@LiushuiXiaoxia commented on GitHub (Jul 19, 2021):

how to use this options

-smp 8,cores=8,sockets=1,threads=1,maxcpus=8

@OliverwengFiltered Thanks

<!-- gh-comment-id:882228302 --> @LiushuiXiaoxia commented on GitHub (Jul 19, 2021): how to use this options `-smp 8,cores=8,sockets=1,threads=1,maxcpus=8` @OliverwengFiltered Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#197
No description provided.