-
Where do I need to change the settings to set the number of cores I need if I have a multi-core processor?
|
Beta Was this translation helpful? Give feedback.
Answered by
pgj
Apr 11, 2023
Replies: 1 comment
-
That is cpus=1 # number of CPUs allocated for the guest This option translates to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pgj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is
bhyve.conf
. You can also see a comment about that in the sample file:cpus=1 # number of CPUs allocated for the guest
This option translates to the
-c
flag ofbhyve(8)
.