Changeset 13932
- Timestamp:
- 05/06/12 14:41:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.properties.in
r13693 r13932 14 14 15 15 # java.options sets the Java options in the abcl wrapper scripts 16 # 17 # See 18 # http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html 19 # for options for the Oracle HotSpot JVM 16 20 17 # Examples:21 # HotSpot Examples: 18 22 19 23 # Java7 on 64bit optimizations … … 23 27 #java.options=-d64 -Xmx1g 24 28 25 # Use a default garbage collector on another26 #java.options=-d64 -Xmx4g -XX:+PrintGCDetails -XX:+U nlockExperimentalVMOptions -XX:+UseG1GC -XX:MaxGCPauseMillis=10029 # Use the G1 garbage collector stablized with jdk1.7.0_04 30 #java.options=-d64 -Xmx4g -XX:+PrintGCDetails -XX:+UseG1GC 27 31 28 32 # Use a separate concurrent GC thread (java-1.6_14 or later)
Note: See TracChangeset
for help on using the changeset viewer.