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:
@@ -1,8 +1,8 @@
|
|||||||
<domain type='kvm'>
|
<domain type='kvm'>
|
||||||
<name>alice</name>
|
<name>alice</name>
|
||||||
<uuid>1f35c25d-6a7b-4ee1-2461-d7e530e7b2a9</uuid>
|
<uuid>1f35c25d-6a7b-4ee1-2461-d7e530e7b2a9</uuid>
|
||||||
<memory unit='KiB'>131072</memory>
|
<memory unit='KiB'>163840</memory>
|
||||||
<currentMemory unit='KiB'>131072</currentMemory>
|
<currentMemory unit='KiB'>163840</currentMemory>
|
||||||
<vcpu placement='static'>1</vcpu>
|
<vcpu placement='static'>1</vcpu>
|
||||||
<os>
|
<os>
|
||||||
<type arch='x86_64' machine='pc'>hvm</type>
|
<type arch='x86_64' machine='pc'>hvm</type>
|
||||||
|
|||||||
Reference in New Issue
Block a user