]> git.proxmox.com Git - qemu-server.git/commitdiff
change default value for cpuunits to 1024
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 27 Oct 2016 05:23:32 +0000 (07:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 27 Oct 2016 05:23:32 +0000 (07:23 +0200)
Use the same default as containers.

PVE/QemuServer.pm

index 728110fbaf7aa89f02f8947d0e132f07e4ed808d..7cb5ffc2bcebee5958e5538e4aefb30e6dc5eea9 100644 (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,