mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 17:20:30 +00:00
schema: memory: be precise that unit is binary prefix
In the web UI, this was fixed years ago by pve-manager commit c11c4a40 ("fix #1631: change units to binary prefix"). Quickly checked with the 'query-memory-size-summary' QMP command that this is actually the case. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
4748661ae4
commit
252e2624dc
@ -342,7 +342,7 @@ my $confdesc = {
|
|||||||
memory => {
|
memory => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
description => "Amount of RAM for the VM in MB. This is the maximum available memory when"
|
description => "Amount of RAM for the VM in MiB. This is the maximum available memory when"
|
||||||
." you use the balloon device.",
|
." you use the balloon device.",
|
||||||
minimum => 16,
|
minimum => 16,
|
||||||
default => 512,
|
default => 512,
|
||||||
@ -350,7 +350,7 @@ my $confdesc = {
|
|||||||
balloon => {
|
balloon => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
description => "Amount of target RAM for the VM in MB. Using zero disables the ballon driver.",
|
description => "Amount of target RAM for the VM in MiB. Using zero disables the ballon driver.",
|
||||||
minimum => 0,
|
minimum => 0,
|
||||||
},
|
},
|
||||||
shares => {
|
shares => {
|
||||||
|
Loading…
Reference in New Issue
Block a user