diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 0c63d6c9..6756abdb 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -264,7 +264,7 @@ my $confdesc = { shares => { optional => 1, type => 'integer', - description => "Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning", + description => "Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.", minimum => 0, maximum => 50000, default => 1000,