testing: Add additional memory to alice

strongTNC seems to require a lot more memory than we assign by default,
not sure this increase is enough.
This commit is contained in:
Tobias Brunner
2018-11-21 14:32:25 +01:00
parent b3d9ada385
commit b217bdf75f
+2 -2
View File
@@ -1,8 +1,8 @@
<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>