]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: allocate more memory for all_in_one job
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 11 Jun 2021 13:15:47 +0000 (15:15 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 14 Jun 2021 08:10:15 +0000 (10:10 +0200)
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 <gabrioux@redhat.com>
tests/functional/all-in-one/container/vagrant_variables.yml
tests/functional/all-in-one/vagrant_variables.yml

index 9a09499a2003424e5126a406bb2b5bea590b7dde..85d605f5fe5539e84e9c9511efd6adda230de6c3 100644 (file)
@@ -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' ]"
index 2387399e6a30eda079c5c076f83b1c0491e86635..686a188cfc46254bc0ce82441126d3210b3d03c9 100644 (file)
@@ -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' ]"