summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--inventory/group_vars/pagure2
-rw-r--r--inventory/group_vars/pagure-stg4
2 files changed, 3 insertions, 3 deletions
diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure
index 69de30240..32dbfffc4 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 367a3e6d0..4eca69aad 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