Revert "10g heap size"
This also changes the heap size for builders, which isn't necessary and
causes problems if they don't have a large amount of ram like the
evaluator machines do.
This reverts commit 09f2b06bcf
.
This commit is contained in:
parent
ca213a4e36
commit
1783e3a0e4
|
@ -180,6 +180,6 @@
|
||||||
"system": "x86_64-linux",
|
"system": "x86_64-linux",
|
||||||
"remote": "daemon",
|
"remote": "daemon",
|
||||||
"build_timeout_seconds": 3600,
|
"build_timeout_seconds": 3600,
|
||||||
"initial_heap_size": "10g"
|
"initial_heap_size": "4g"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue