1
0
Fork 0

Increate memory/performance limits

master
dump_stack() 2018-07-12 19:16:34 +00:00
parent b99319a2fe
commit 17891a0024
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ import (
var xmlTmpl = ` var xmlTmpl = `
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>%s</name> <name>%s</name>
<memory unit='KiB'>1048576</memory> <memory unit='GiB'>2</memory>
<currentMemory unit='KiB'>1048576</currentMemory> <currentMemory unit='GiB'>1</currentMemory>
<vcpu placement='static'>1</vcpu> <vcpu>4</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-i440fx-2.12'>hvm</type> <type arch='x86_64' machine='pc-i440fx-2.12'>hvm</type>
<kernel>%s/kernel</kernel> <kernel>%s/kernel</kernel>