Changeset 15014
- Timestamp:
- 05/23/17 11:00:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.properties.in
r14993 r15014 16 16 ## java.options sets the Java options in the abcl wrapper scripts 17 17 18 # Maximum safe performance on JDK8 19 java.options=-d64 -XX:+UseG1GC -XshowSettings:vm -Dfile.encoding=UTF-8 -XX:+AggressiveOpts -XX:CompileThreshold=10 20 18 21 # Reasonable defaults for Java 8 19 java.options=-d64 -XshowSettings:vm -XX:+UseG1GC22 #java.options=-d64 -XshowSettings:vm -XX:+UseG1GC 20 23 21 24 # Java7 on 64bit optimizations 22 java.options=-d64 -XshowSettings:vm -XX:+UseG1GC25 #java.options=-d64 -XshowSettings:vm -XX:+UseG1GC 23 26 24 27 # Reasonable defaults for openjdk6
Note: See TracChangeset
for help on using the changeset viewer.