source: branches/0.26.x/abcl/abcl.properties.in

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

Comments for Ant based build properties template.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 756 bytes
Line 
1# $Id: abcl.properties.in 13339 2011-06-17 09:03:53Z 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 (for debugging)
9#abcl.compile.lisp.skip=true
10
11# java.options sets the Java options in the abcl wrapper scripts
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
22
23# Additional site specific startup code to be merged in 'system.lisp'
24#abcl.startup.file=${basedir}/startup.lisp
Note: See TracBrowser for help on using the repository browser.