Change the default amount of video ram to 16MB (#1435)

Libvirt did already change the current 9216kb
to 16384kb when starting a domain so in practice this is a no-op.

The libvirt default was changed in 2014 in 81ba2298b2
This commit is contained in:
Ruben Kerkhof
2022-01-17 15:10:23 +01:00
committed by GitHub
parent 6ba7dcf178
commit a9e0fefa1d
23 changed files with 23 additions and 23 deletions

View File

@@ -610,7 +610,7 @@ end
values](http://libvirt.org/formatdomain.html#elementsVideo) are "vga",
"cirrus", "vmvga", "xen", "vbox", or "qxl".
* `video_vram` - Used by some graphics card types to vary the amount of RAM
dedicated to video. Defaults to 9216.
dedicated to video. Defaults to 16384.
* `video_accel3d` - Set to `true` to enable 3D acceleration. Defaults to
`false`.
* `sound_type` - [Set the virtual sound card](https://libvirt.org/formatdomain.html#elementsSound)