From 09f2b06bcf381216249293e0c52f67f04ab86b3a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 7 Aug 2018 16:06:10 -0400 Subject: [PATCH] 10g heap size (cherry picked from commit 6a440d4eba8acf8ce9a91e506afa696628ad3a29) --- config.public.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.public.json b/config.public.json index 6ace5d6..8036298 100644 --- a/config.public.json +++ b/config.public.json @@ -180,6 +180,6 @@ "system": "x86_64-linux", "remote": "daemon", "build_timeout_seconds": 3600, - "initial_heap_size": "4g" + "initial_heap_size": "10g" } }