From 3780444ccb209408f46105b9dc05953ef47202bc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 15 Jul 2014 15:27:54 +0300 Subject: [PATCH] Increase grit memory limit Signed-off-by: Dmitriy Zaporozhets --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index e0afdc0400e..b044aef9157 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -226,7 +226,7 @@ production: &base # The next value is the maximum memory size grit can use # Given in number of bytes per git object (e.g. a commit) # This value can be increased if you have very large commits - max_size: 5242880 # 5.megabytes + max_size: 15242880 # 15.megabytes # Git timeout to read a commit, in seconds timeout: 10