From cee6b282ba02c8251e2b11d9fdee5115be38d4b1 Mon Sep 17 00:00:00 2001 From: Mariusz 'koder' Chwalba Date: Wed, 20 Sep 2017 11:56:23 +0200 Subject: [PATCH] Increase default memory max to address #1347 --- assets/runtime/env-defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/runtime/env-defaults b/assets/runtime/env-defaults index 3ff322dd..9bdae67b 100644 --- a/assets/runtime/env-defaults +++ b/assets/runtime/env-defaults @@ -67,6 +67,8 @@ SIDEKIQ_MEMORY_KILLER_MAX_RSS=${SIDEKIQ_MEMORY_KILLER_MAX_RSS:-1000000} UNICORN_WORKERS=${UNICORN_WORKERS:-3} UNICORN_TIMEOUT=${UNICORN_TIMEOUT:-60} +GITLAB_UNICORN_MEMORY_MAX=${GITLAB_UNICORN_MEMORY_MAX:-524288000} + ## GITLAB_TIMEZONE=${GITLAB_TIMEZONE:-UTC} GITLAB_SIGNUP_ENABLED=${GITLAB_SIGNUP_ENABLED:-true}