wiki:AbclJavaProperties

This is a quick guide to the Java properties which can be set to influence ABCL's behaviour.

Runtime

abcl.specials.initialSizeDetermines the number of slots available for dynamic special variables. Default value: 4096, same as SBCL.
abcl.specials.grow.deltaWhen not enough slots are available, ABCL will grow the number of available slots by this amount. Default value: 1024.
abcl.specials.grow.slowlyWhen defined, ABCL will run the garbage collector before growing the number of special slots. If the GC invocation frees slots, those will be used instead of growing the maximum number.
abcl.homeWhen defined, contains the value which ABCL should take to be its home directory. Default: automatically derived at startup.
abcl.autoload.verboseWhen defined and set to 'Y', prints autoloading information on the standard output stream.

Buildtime

abcl.compile.incrementalWhether to attempt to compile incrementally (faster) without discarding artifacts from the previous build (sometimes unsafely)
Last modified 10 years ago Last modified on 11/05/13 14:45:31