testing: Increase memory of alice by 20 MiB

It's ever so close with strongTNC, sometimes the OOM killer got triggered
and the tests failed, or even worse, the whole guest system got stuck.
This might just be enough for now.
This commit is contained in:
Tobias Brunner 2020-09-04 14:57:56 +02:00
parent 64148f046e
commit 6638191cd7
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<domain type='kvm'>
<name>alice</name>
<uuid>1f35c25d-6a7b-4ee1-2461-d7e530e7b2a9</uuid>
<memory unit='KiB'>163840</memory>
<currentMemory unit='KiB'>163840</currentMemory>
<memory unit='KiB'>184320</memory>
<currentMemory unit='KiB'>184320</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>