From acd91919721e6ee05a0f035304593f906920bc3f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Jun 2015 16:40:09 +0000 Subject: [PATCH] Increase resources for pagure01 now that it's getting production use. --- inventory/group_vars/pagure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index a020b3bf47..0fb393c7a8 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -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: 6 # for systems that do not match the above - specify the same parameter in # the host_vars/$hostname file