change default value for cpuunits to 1024

Use the same default as containers.
This commit is contained in:
Dietmar Maurer 2016-10-27 07:23:32 +02:00
parent 6d3ff70bd9
commit 613d76a179

View File

@ -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,