diff options
Diffstat (limited to 'testing/config/kvm/alice.xml')
-rw-r--r-- | testing/config/kvm/alice.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/config/kvm/alice.xml b/testing/config/kvm/alice.xml index 0bf1eb596..c8ff289db 100644 --- a/testing/config/kvm/alice.xml +++ b/testing/config/kvm/alice.xml @@ -1,13 +1,13 @@ <domain type='kvm'> <name>alice</name> <uuid>1f35c25d-6a7b-4ee1-2461-d7e530e7b2a9</uuid> - <memory unit='KiB'>131072</memory> - <currentMemory unit='KiB'>131072</currentMemory> + <memory unit='KiB'>163840</memory> + <currentMemory unit='KiB'>163840</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64' machine='pc'>hvm</type> <kernel>/var/run/kvm-swan-kernel</kernel> - <cmdline>root=/dev/vda1 loglevel=1 console=hvc0</cmdline> + <cmdline>root=/dev/vda1 loglevel=1 console=hvc0 net.ifnames=0</cmdline> <boot dev='hd'/> </os> <features> |