clarified options --- potentially more robust;
authorwenzelm
Wed, 01 Jul 2020 22:11:30 +0200
changeset 71983 694009ed4ee1
parent 71982 cea6087e8a70
child 71984 10a8d943a8d8
clarified options --- potentially more robust;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Wed Jul 01 21:14:04 2020 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Wed Jul 01 22:11:30 2020 +0200
@@ -315,7 +315,10 @@
         self_update = true, args = "-a -d '~~/src/Benchmarks'")),
       List(Remote_Build("Mac OS X 10.15 Catalina", "laramac01", user = "makarius",
         proxy_host = "laraserver", proxy_user = "makarius",
-        self_update = true, options = "-m32 -M4 -e ISABELLE_GHC_SETUP=true",
+        self_update = true,
+        options = "-m32 -M4" +
+          """ -e 'ISABELLE_TOOL_JAVA_OPTIONS="$ISABELLE_TOOL_JAVA_OPTIONS -Xmx8g"'""" +
+          " -e ISABELLE_GHC_SETUP=true",
         args = "-a -d '~~/src/Benchmarks'")),
       List(
         Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, self_update = true,