[armedbear-cvs] r13647 - trunk/abcl
mevenson at common-lisp.net
mevenson at common-lisp.net
Fri Oct 21 00:39:02 UTC 2011
Author: mevenson
Date: Thu Oct 20 17:39:01 2011
New Revision: 13647
Log:
Optimized runtime flags for Java 7
Modified:
trunk/abcl/abcl.properties.in
Modified: trunk/abcl/abcl.properties.in
==============================================================================
--- trunk/abcl/abcl.properties.in Thu Oct 20 16:55:27 2011 (r13646)
+++ trunk/abcl/abcl.properties.in Thu Oct 20 17:39:01 2011 (r13647)
@@ -13,6 +13,9 @@
# Examples:
+# Java7 on 64bit optimizations
+#java.options=-d64 -Xmx16g -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2g
+
# Set the JVM to use a maximum of 1GB of RAM (only works for 64bit JVMs)
#java.options=-d64 -Xmx1g
More information about the armedbear-cvs
mailing list