|
Stack | Default | Environment | Description |
name | size (Kb) | variable | |
local | 2048 | LOCALSZ | control stack (environments and choice-points) |
global | 4096 | GLOBALSZ | heap (compound terms) |
trail | 2048 | TRAILSZ | conditional bindings (bindings to undo at backtracking) |
cstr | 2048 | CSTRSZ | finite domain constraint stack (FD variables and constraints) |
LOCALSZ=4096; export LOCALS | (under sh or bash) | |
setenv LOCALSZ 4096 | (under csh or tcsh) |