avoid excessive ML heap on this 16GB node;
authorwenzelm
Tue, 30 Jan 2024 21:38:33 +0100
changeset 79550 4d88229fb1e4
parent 79549 501af322319c
child 79551 333cef4a811e
avoid excessive ML heap on this 16GB node;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Tue Jan 30 21:35:28 2024 +0100
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Tue Jan 30 21:38:33 2024 +0100
@@ -299,7 +299,7 @@
       List(Remote_Build("Linux (ARM)", "linux-arm",
         history_base = "build_history_base_arm",
         shared_isabelle_self = true,
-        options = "-m32 -B -M1x2 -p timeout_scale=2" +
+        options = "-m32 -B -M1x2 -U 4000 -p timeout_scale=2" +
           " -e ISABELLE_SWIPL=swipl",
         args = "-a -d '~~/src/Benchmarks'")),
       List(Remote_Build("Linux B", "lxbroy10", history = 90,