When LOADMEMSIZE is
set to 0, the memory that is used for executable programs that are
loaded by SAS is limited only by the amount of system memory available.
If LOADMEMSIZE is set to 1, executable programs are purged from memory
when they are no longer in use.
For values of two or
greater, SAS first checks the amount of memory that is available for
SAS executable programs. If the total amount of memory that is available
is greater than the value of LOADMEMSIZE, SAS purges the SAS loaded
executable programs that are not in use until the memory that is used
is less than the value of the LOADMEMSIZE option, or until there are
no other SAS loaded executable programs that can be purged. If all
executable programs have been purged and more memory is needed, additional
system memory is used as long as it is available.