enable clean_components by default: it saves a lot of local disk space, notably on virtual nodes;
authorwenzelm
Sun, 29 Jan 2023 16:49:17 +0100
changeset 77135 515b6aaede32
parent 77134 523839d6d8ff
child 77136 5bf9a1b78f93
enable clean_components by default: it saves a lot of local disk space, notably on virtual nodes;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Sat Jan 28 22:31:40 2023 +0100
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Sun Jan 29 16:49:17 2023 +0100
@@ -141,7 +141,7 @@
     history: Int = 0,
     history_base: String = "build_history_base",
     components_base: String = Components.dynamic_components_base,
-    clean_components: Boolean = false,
+    clean_components: Boolean = true,
     java_heap: String = "",
     options: String = "",
     args: String = "",