[armedbear-cvs] r13932 - trunk/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Sun May 6 14:41:08 UTC 2012


Author: mevenson
Date: Sun May  6 07:41:07 2012
New Revision: 13932

Log:
abcl.properties.in: note the specificity of options with Oracle HotSpot JVM.

Modified:
   trunk/abcl/abcl.properties.in

Modified: trunk/abcl/abcl.properties.in
==============================================================================
--- trunk/abcl/abcl.properties.in	Sun May  6 06:37:33 2012	(r13931)
+++ trunk/abcl/abcl.properties.in	Sun May  6 07:41:07 2012	(r13932)
@@ -13,8 +13,12 @@
 #abcl.compile.lisp.skip=true
 
 # java.options sets the Java options in the abcl wrapper scripts
+#
+# See
+# http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
+# for options for the Oracle HotSpot JVM
 
-# Examples:
+# HotSpot Examples:
 
 # Java7 on 64bit optimizations
 #java.options=-d64 -Xmx16g -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2g
@@ -22,8 +26,8 @@
 # Set the JVM to use a maximum of 1GB of RAM (only works for 64bit JVMs)
 #java.options=-d64 -Xmx1g
 
-# Use a default garbage collector on another 
-#java.options=-d64 -Xmx4g -XX:+PrintGCDetails -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=100
+# Use the G1 garbage collector stablized with jdk1.7.0_04
+#java.options=-d64 -Xmx4g -XX:+PrintGCDetails -XX:+UseG1GC 
 
 # Use a separate concurrent GC thread (java-1.6_14 or later)
 #java.options=-d64 -Xmx8g -XX:+UseConcMarkSweepGC




More information about the armedbear-cvs mailing list