From b49cdea750a7fb3da6fc9208c09bbe66dbbbeb77 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 11 Jun 2021 15:15:47 +0200 Subject: [PATCH] tests: allocate more memory for all_in_one job Since we fire up much less VMs than other job, we can affoard allocating more memory here for this job. Each VM hosts more daemon so 1024Mb can be too few. Signed-off-by: Guillaume Abrioux --- tests/functional/all-in-one/container/vagrant_variables.yml | 2 +- tests/functional/all-in-one/vagrant_variables.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/all-in-one/container/vagrant_variables.yml b/tests/functional/all-in-one/container/vagrant_variables.yml index 9a09499a2..85d605f5f 100644 --- a/tests/functional/all-in-one/container/vagrant_variables.yml +++ b/tests/functional/all-in-one/container/vagrant_variables.yml @@ -21,7 +21,7 @@ cluster_subnet: 192.168.20 # MEMORY # set 1024 for CentOS -memory: 1024 +memory: 4096 # Disks # For libvirt use disks: "[ '/dev/vdb', '/dev/vdc' ]" diff --git a/tests/functional/all-in-one/vagrant_variables.yml b/tests/functional/all-in-one/vagrant_variables.yml index 2387399e6..686a188cf 100644 --- a/tests/functional/all-in-one/vagrant_variables.yml +++ b/tests/functional/all-in-one/vagrant_variables.yml @@ -17,7 +17,7 @@ cluster_subnet: 192.168.18 # MEMORY # set 1024 for CentOS -memory: 1024 +memory: 8192 # Disks # For libvirt use disks: "[ '/dev/vdb', '/dev/vdc' ]" -- 2.39.5