Changeset 13339
- Timestamp:
- 06/17/11 09:03:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.properties.in
r13197 r13339 1 1 # $Id$ 2 2 3 # abcl.build.incremental attempts to perform incremental compilation 3 # Template for settings the Ant based build process. 4 5 # Attempt to perform incremental compilation? 4 6 #abcl.build.incremental=true 5 7 6 # abcl.compile.lisp.skipskips the compilation of Lisp sources in Netbeans (for debugging)8 # skips the compilation of Lisp sources in Netbeans (for debugging) 7 9 #abcl.compile.lisp.skip=true 8 10 9 11 # java.options sets the Java options in the abcl wrapper scripts 10 #java.options=-Xmx1g 12 13 # Examples 14 15 # set the JVM to use a maximum of 1GB of RAM (only works for 64bit JVMs) 16 #java.options=-d64 -Xmx1g 17 18 # The unloading of class definitions is a per jvm policy. For those 19 # implementations which run out of permgen space, the following should 20 # help things out. 21 #java.options=-d64 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g 11 22 12 23 # Additional site specific startup code to be merged in 'system.lisp'
Note: See TracChangeset
for help on using the changeset viewer.