From 70b55fba42ead4ac21a43c9c9f917ed9ecdd4641 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 8 Feb 2018 10:07:23 -0500 Subject: [PATCH] evaluator: bump the initial heap size to 4g --- config.public.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.public.json b/config.public.json index e5dea69..f074ff5 100644 --- a/config.public.json +++ b/config.public.json @@ -147,6 +147,7 @@ "nix": { "system": "x86_64-linux", "remote": "daemon", - "build_timeout_seconds": 3600 + "build_timeout_seconds": 3600, + "initial_heap_size": "4g" } }