mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 23:07:27 +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 => {
|
shares => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'integer',
|
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,
|
minimum => 0,
|
||||||
maximum => 50000,
|
maximum => 50000,
|
||||||
default => 1000,
|
default => 1000,
|
||||||
|
Loading…
Reference in New Issue
Block a user