# HG changeset patch # User wenzelm # Date 1444218824 -7200 # Node ID 31829cf53f5df0581eaef710eb815e7315eb9215 # Parent 1727d7d14d76928ba8c809a966c5ebf89ed6a552 back to old-fashioned GC, which appears to work better with interactive applications; diff -r 1727d7d14d76 -r 31829cf53f5d etc/settings --- a/etc/settings Mon Aug 31 18:59:27 2015 +0200 +++ b/etc/settings Wed Oct 07 13:53:44 2015 +0200 @@ -14,7 +14,7 @@ ISABELLE_SCALA_BUILD_OPTIONS="-encoding UTF-8 -nowarn -target:jvm-1.7 -Xmax-classfile-name 130" -ISABELLE_JAVA_SYSTEM_OPTIONS="-server -XX:+UseG1GC -XX:+UseStringDeduplication -Dfile.encoding=UTF-8 -Disabelle.threads=0" +ISABELLE_JAVA_SYSTEM_OPTIONS="-server -Dfile.encoding=UTF-8 -Disabelle.threads=0" classpath "$ISABELLE_HOME/lib/classes/Pure.jar"