mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 13:14:11 +00:00
change default value for cpuunits to 1024
Use the same default as containers.
This commit is contained in:
parent
6d3ff70bd9
commit
613d76a179
@ -217,7 +217,7 @@ my $confdesc = {
|
||||
verbose_description => "CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to weights of all the other running VMs.\n\nNOTE: You can disable fair-scheduler configuration by setting this to 0.",
|
||||
minimum => 0,
|
||||
maximum => 500000,
|
||||
default => 1000,
|
||||
default => 1024,
|
||||
},
|
||||
memory => {
|
||||
optional => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user