Add CPU configuration.

This commit is contained in:
Michael Lipp 2023-05-24 11:44:47 +02:00
parent c6bf6acb18
commit 11452babe6
3 changed files with 44 additions and 1 deletions

View file

@ -46,4 +46,17 @@
# "maximumRam": "512M"
# "currentRam": "512M"
# CPU settings
# "cpuModel": "host"
# Setting maximumCpus to 1 omits the "-smp" options. The defaults (0)
# cause the corresponding property to be omitted from the "-smp" option.
# If currentCpus is greater than maximumCpus, the latter is adjusted.
# "maximumCpus": 1
# "currentCpus": 1
# "cpuSockets": 0
# "diesPerSocket": 0
# "coresPerSocket": 0
# "threadsPerCore": 0
# "accelertor": "kvm"