mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 22:03:28 +01:00
The way to customize cpu core number in Readme not working #578
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 @7feigao on GitHub (Mar 16, 2024).
Hi,
I have tried to provide more cpu cores to container by follow the description in Readme, but it don't work, here is my full container creation cmd:
After review the
Launch.shscript in container:I find we need customize the cpu core number by provide ENV
CPU_STRINGorSMPandCORES, and all setting related to smp provided in ENVEXTRAwill not working in my case.so the workable container creation cmd can be looks like:
Please help correct me if my miss something or we may can update the Readme?
Regards,