Some SAS procedures
use the REALMEMSIZE option to specify how much virtual memory the
procedure can allocate and use without inducing excessive page swapping.
By contrast, the MEMSIZE option places a limit on the total amount
of virtual memory that SAS dynamically allocates at any time. This
virtual memory is supported by a combination of real memory and paging
space. The operating environment begins paging when the amount of
virtual memory that is required exceeds the real memory that is available.
To prevent paging and the associated performance problems, the REALMEMSIZE
and MEMSIZE options should be set to a subset of real memory.