mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 15:56:50 +00:00
note that auto-ballooning is done by pvestatd
so that one is not confused when seeing that the shares parameter does nothing in qemu-server Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
9be87f4eea
commit
82329cd55b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user