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:
Daiderd Jordan 2018-08-08 22:11:19 +02:00
parent ca213a4e36
commit 1783e3a0e4
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -180,6 +180,6 @@
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 3600,
"initial_heap_size": "10g"
"initial_heap_size": "4g"
}
}