Next: Runtime Environment Variables, Up: Environment Variables [Contents][Index]
These environment variables are referred to by the microcode (the
executable C program called mit-scheme-pucked).
MITSCHEME_BANDThe initial band to be loaded. The default value is all.com.
MITSCHEME_LIBRARY_PATHA list of directories. These directories are searched,
left to right, to find bands and various other files.
The list is colon-separated, with the default
/usr/local/lib/mit-scheme-pucked (unless you configured Scheme
to install in a different --prefix, see Build Configuration).
MITSCHEME_CONSTANTThe size of constant space, in 1024-word blocks; overridden by --constant. The default value is computed to be the correct size for the band being loaded.
MITSCHEME_HEAP_SIZEThe size of the heap, in 1024-word blocks; overridden by --heap. The default value depends on the architecture: for 32-bit machines the default is ‘4096’, and for 64-bit machines the default is ‘16384’.
MITSCHEME_STACK_SIZEThe size of the stack, in 1024-word blocks; overridden by --stack. The default value is ‘128’.