Some SAS procedures
use the MAXMEMQUERY option to specify the largest block of virtual
memory that SAS can request at one time. 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 MAXMEMQUERY and MEMSIZE system options should
be set to a subset of real memory.