From 99bd7ca2fd380447e0f8f817f345052b3a8ee176 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 14 Jul 2023 14:30:14 +0200 Subject: [PATCH] testing: Change memory allocation for alice and winnetou and switch to MiB The services running on alice seem to require a bit more memory with Debian bookworm, so increase the memory allocation. But at the same time reduce winnetou's allocation by the same amount as it really doesn't require that much memory. The unit change makes it easier to read. --- testing/config/kvm/alice.xml | 4 ++-- testing/config/kvm/bob.xml | 4 ++-- testing/config/kvm/carol.xml | 4 ++-- testing/config/kvm/dave.xml | 4 ++-- testing/config/kvm/moon.xml | 4 ++-- testing/config/kvm/sun.xml | 4 ++-- testing/config/kvm/venus.xml | 4 ++-- testing/config/kvm/winnetou.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/testing/config/kvm/alice.xml b/testing/config/kvm/alice.xml index de8f5ab005..9cdb251665 100644 --- a/testing/config/kvm/alice.xml +++ b/testing/config/kvm/alice.xml @@ -1,8 +1,8 @@ alice 1f35c25d-6a7b-4ee1-2461-d7e530e7b2a9 - 184320 - 184320 + 200 + 200 1 hvm diff --git a/testing/config/kvm/bob.xml b/testing/config/kvm/bob.xml index 0854d10d5d..982a1aac0f 100644 --- a/testing/config/kvm/bob.xml +++ b/testing/config/kvm/bob.xml @@ -1,8 +1,8 @@ bob 72728516-377f-f5be-ea1d-b1f1e851538f - 131072 - 131072 + 128 + 128 1 hvm diff --git a/testing/config/kvm/carol.xml b/testing/config/kvm/carol.xml index 4d1a47e355..33dc08adc7 100644 --- a/testing/config/kvm/carol.xml +++ b/testing/config/kvm/carol.xml @@ -1,8 +1,8 @@ carol 6bc2eef5-7faf-cde0-5f27-6fc29f93bc3d - 131072 - 131072 + 128 + 128 1 hvm diff --git a/testing/config/kvm/dave.xml b/testing/config/kvm/dave.xml index fb292944ed..93ce82e632 100644 --- a/testing/config/kvm/dave.xml +++ b/testing/config/kvm/dave.xml @@ -1,8 +1,8 @@ dave 05f1debe-4e38-4f3d-10a0-c07fbb70d816 - 131072 - 131072 + 128 + 128 1 hvm diff --git a/testing/config/kvm/moon.xml b/testing/config/kvm/moon.xml index 0fd3dd98f1..1623ac83bf 100644 --- a/testing/config/kvm/moon.xml +++ b/testing/config/kvm/moon.xml @@ -1,8 +1,8 @@ moon b5e00ad3-1c81-3b2a-7f66-cdf8727b3c65 - 131072 - 131072 + 128 + 128 1 hvm diff --git a/testing/config/kvm/sun.xml b/testing/config/kvm/sun.xml index f9fbad4ae5..5f32d1bc0b 100644 --- a/testing/config/kvm/sun.xml +++ b/testing/config/kvm/sun.xml @@ -1,8 +1,8 @@ sun 35341843-346c-a63a-786b-9df0fd5e6264 - 147456 - 147456 + 144 + 144 1 hvm diff --git a/testing/config/kvm/venus.xml b/testing/config/kvm/venus.xml index c01c410ce1..07e1b995d6 100644 --- a/testing/config/kvm/venus.xml +++ b/testing/config/kvm/venus.xml @@ -1,8 +1,8 @@ venus f0838df9-7cc0-84f5-6c14-2d16ab002e8d - 131072 - 131072 + 128 + 128 1 hvm diff --git a/testing/config/kvm/winnetou.xml b/testing/config/kvm/winnetou.xml index 03cb876b12..aa259d06f4 100644 --- a/testing/config/kvm/winnetou.xml +++ b/testing/config/kvm/winnetou.xml @@ -1,8 +1,8 @@ winnetou b1d3d2f7-e20b-ab95-277e-66d4cac33cc3 - 184320 - 184320 + 160 + 160 1 hvm -- 2.47.2