source: tags/1.0.0/abcl/abcl.properties.in

Last change on this file was 13631, checked in by Mark Evenson, 13 years ago

Clean out all the mouse droppings from the corners.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 816 bytes
Line 
1# $Id: abcl.properties.in 13631 2011-10-19 20:08:47Z mevenson $
2
3# Template for settings the Ant based build process.
4
5# Attempt to perform incremental compilation?
6#abcl.build.incremental=true
7
8# skips the compilation of Lisp sources in Netbeans
9# (for debugging compiler-pass1.lisp and subsequent passes)
10#abcl.compile.lisp.skip=true
11
12# java.options sets the Java options in the abcl wrapper scripts
13
14# Examples:
15
16# Set the JVM to use a maximum of 1GB of RAM (only works for 64bit JVMs)
17#java.options=-d64 -Xmx1g
18
19# The unloading of class definitions is a per jvm policy.  For those
20# implementations which run out of permgen space, the following should
21# help things out.
22#java.options=-d64 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g
23
24# Additional site specific startup code to be merged in 'system.lisp' at build time
25#abcl.startup.file=${basedir}/startup.lisp
Note: See TracBrowser for help on using the repository browser.