From a362a038ddccb78e1fbf2baae946a26ad69972f6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Feb 2015 13:06:16 +0000 Subject: [PATCH] Bump up these memory values on the koji hub (already tested on koji02) --- roles/koji_hub/templates/hub.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 09e42ca8c8..9d71f8c3f3 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -6,7 +6,8 @@ DBUser = koji DBHost = db-koji01 DBPass = {{ kojiPassword }} KojiDir = /mnt/koji - +MemoryWarnThreshold = 10000 +MaxRequestLength = 83886080 ## SSL client certificate auth configuration ## #note: ssl auth may also require editing the httpd config (conf.d/kojihub.conf)