]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Increase memory of alice by 20 MiB
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 Sep 2020 12:57:56 +0000 (14:57 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 4 Sep 2020 13:48:12 +0000 (15:48 +0200)
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.

testing/config/kvm/alice.xml

index d2a7e032b6c2b2e49f0abd3b5203fa4b1e63bbd2..63fefbe44df9333694226fb039033afc01898651 100644 (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>