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 <gabrioux@redhat.com>
pull/6596/head
Guillaume Abrioux 2021-06-11 15:15:47 +02:00
parent f7166cccbf
commit b49cdea750
2 changed files with 2 additions and 2 deletions

View 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' ]"

View 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' ]"