aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2018-09-23 23:26:19 +0200
committertilpner2018-09-23 23:26:19 +0200
commitd5cf11c4da4ac8b9b4653ed7cc51cffdee261311 (patch)
tree7f08888c15a3d9d95cac47bf9fb236b7a0b2f0a2
parent013ea54e58f9561f434b69e2253298ddf970d16e (diff)
downloadqeval-d5cf11c4da4ac8b9b4653ed7cc51cffdee261311.tar.gz
qeval-d5cf11c4da4ac8b9b4653ed7cc51cffdee261311.tar.xz
qeval-d5cf11c4da4ac8b9b4653ed7cc51cffdee261311.zip
Increase go memory allocation
-rw-r--r--evaluators.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluators.nix b/evaluators.nix
index cab9b80..bdc969b 100644
--- a/evaluators.nix
+++ b/evaluators.nix
@@ -67,7 +67,7 @@ let
go = prepareJob {
name = "go";
- mem = 100;
+ mem = 125;
storeDrives.go = [ go ];
command = ''