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

@@ -43,7 +43,7 @@
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'/>
<video>
<model type='cirrus' vram='9216' heads='1'/>
<model type='cirrus' vram='16384' heads='1'/>
</video>
</devices>
</domain>