From: Dietmar Maurer Date: Thu, 27 Oct 2016 05:23:32 +0000 (+0200) Subject: change default value for cpuunits to 1024 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=613d76a179879eaa2aa108293dba249effa40c89 change default value for cpuunits to 1024 Use the same default as containers. --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 728110f..7cb5ffc 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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,