Skip to content

Commit b217bdf

Browse files
committed
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.
1 parent b3d9ada commit b217bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/config/kvm/alice.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<domain type='kvm'>
22
<name>alice</name>
33
<uuid>1f35c25d-6a7b-4ee1-2461-d7e530e7b2a9</uuid>
4-
<memory unit='KiB'>131072</memory>
5-
<currentMemory unit='KiB'>131072</currentMemory>
4+
<memory unit='KiB'>163840</memory>
5+
<currentMemory unit='KiB'>163840</currentMemory>
66
<vcpu placement='static'>1</vcpu>
77
<os>
88
<type arch='x86_64' machine='pc'>hvm</type>

0 commit comments

Comments
 (0)