PPage 4 problems
20-Mar-93 15:45:40
Sb: #92647-PPage 4 problems
Fm: Christopher Tolmie 73657,3335
To: Robert Bolton 100024,2034
Robert,
Perhaps there are libraries that have been loaded into memory that have
yet to be flushed? There is a command floating around called FLUSH, you
issue the command in a Shell and it frees up some memory by "flushing" the
library routines from memory. Usually unfreed memory gets released the
next time a program calls for more memory. There is another command called
FRAG and it gives a list of your system's contiguous memory chunks.
Chris