Skip to content
Snippets Groups Projects

libvirt: raise max memory to 2G

Merged Levente Polyak requested to merge libvirt-max-memory into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
<domain type='kvm'>
<name>$vm_name</name>
<memory unit='MiB'>1024</memory>
<memory unit='MiB'>2048</memory>
<vcpu>4</vcpu>
<os>
<type arch='x86_64' machine='q35'>hvm</type>
Loading