# HG changeset patch # User wenzelm # Date 1675278433 -3600 # Node ID e0e9f1b4c844c358c5e922defd09220d1ca3b1e3 # Parent 2ddb82044ff055fe12126e10e464fd6a4db2a104 less ambitious parallelism: avoid exhaustion of memory (40GB total); diff -r 2ddb82044ff0 -r e0e9f1b4c844 src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Wed Feb 01 15:39:48 2023 +0100 +++ b/src/Pure/Admin/isabelle_cronjob.scala Wed Feb 01 20:07:13 2023 +0100 @@ -376,7 +376,7 @@ List( Remote_Build("AFP", "lrzcloud2", java_heap = "8g", - options = "-m32 -M1x6 -t AFP" + + options = "-m32 -M1x5 -t AFP" + " -e ISABELLE_GHC=ghc" + " -e ISABELLE_MLTON=mlton -e ISABELLE_MLTON_OPTIONS=" + " -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_OCAMLFIND=ocamlfind" +