From 08786bce89bc015dcff71c715e757b4e06b24eec Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Wed, 13 Aug 2014 18:37:20 -0300 Subject: [PATCH] Set default maxMemory value to 2MB (re #140) --- etc/gandalf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/gandalf.conf b/etc/gandalf.conf index 14ed547..53326cc 100644 --- a/etc/gandalf.conf +++ b/etc/gandalf.conf @@ -15,6 +15,6 @@ bind: "0.0.0.0:8000" uid: git api: request: - maxMemory: 2048 + maxMemory: 2097152 repository: tempDir: /tmp