5.4 Controlling memory expansion

5.4.2 Explicitly expanding memory

You can explicitly expand the following areas in memory:

When you are expanding memory, consider the following information:

If a garbage collection does not reclaim enough room to continue a computation and memory cannot be expanded, garbage collection is disabled, an error is signaled, and the Debugger is entered. You then have two options:

Note: Use caution if you continue consing while garbage collection is disabled; if your program fills the dynamic space, further garbage collection is impossible and your program will run out of memory.


The User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker