From a6fc1adcd8d80649e263268c1a8fb6e8c74ff59f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 15 Sep 2020 10:23:46 -0700 Subject: [PATCH] pagure: set max_mem_size By default max_mem_size is 5 * mem, but when you get to higher memory sizes that goes over the memory the host has and installs will fail. Set it to just what we might ever increase it to. Signed-off-by: Kevin Fenzi --- inventory/group_vars/pagure | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 1bbdcffb8f..5f6c22b299 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -2,6 +2,7 @@ # Define resources for this group of hosts here. lvm_size: 750000 mem_size: 49152 +max_mem_size: 131072 num_cpus: 16 # for systems that do not match the above - specify the same parameter in