diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 69de302407..32dbfffc40 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -1,7 +1,7 @@ --- # Define resources for this group of hosts here. lvm_size: 20000 -mem_size: 8192 +mem_size: 16384 num_cpus: 6 # for systems that do not match the above - specify the same parameter in diff --git a/inventory/group_vars/pagure-stg b/inventory/group_vars/pagure-stg index 367a3e6d01..4eca69aada 100644 --- a/inventory/group_vars/pagure-stg +++ b/inventory/group_vars/pagure-stg @@ -1,8 +1,8 @@ --- # Define resources for this group of hosts here. lvm_size: 20000 -mem_size: 2048 -num_cpus: 2 +mem_size: 8192 +num_cpus: 4 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file