Here is a bit from a link I found on SAS's website: http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#winperform.htm
Sixty-four bit processing in Windows operating environments uses 16 terabytes (TB) of virtual address space, so in these environments, extended memory is not needed. SAS uses the conventional memory that is available to support the MEMLIB and MEMCACHE options.
- CAUTION:
- It is possible to exhaust system memory, and thus cause system failure.
You can use the MEMMAXSZ option to limit the amount of system memory that SAS allocates for the MEMLIB and MEMCACHE options. ![[cautionend]](http://support.sas.com/documentation/cdl/en/common/63294/HTML/default/images/cautend.gif)
To use the MEMLIB and MEMCACHE options, ensure that the operating environment meets the following requirements:
- Intel or Intel-compatible 64-bit processor (Itanium or later).
- Any 64-bit version of Windows.
- 4 GB of RAM or more; you might have better performance if you use more than 8 GB.
- SAS 9.2 for Windows.
Then follow these steps:
In 32-bit environments starting with Windows XP Professional and above, the Lock pages in memory security setting must be set, so that each user who is running SAS has access to the extended memory. If a user does not have the correct permissions, then SAS will issue a warning message to the log.
System administrators can set the local security settings through the Start Menu. To set this value
- Open the Control Panel.
- Double click Administrative Tools.
- Double click Local Security Policy. The Local Security Settings window will open.
- Double click Local Policies.
- Double click User Rights Assignment.
- Double click Lock pages in memory. The Local Security Policy Setting window will open.
- Click Add. The Select User or Groups window will open.
- Select the user IDs or name of the group of users who need to run SAS with access to the extended memory.
- Click OK in the Select User or Groups window.
- Click OK in the Local Security Policy window.
Note: In the Local Security Policy window, you might see two check boxes: the Local Security Setting check box and the Effective Policy Setting check box. If the Effective Policy Setting check box is not selected for the users that you added, you will need to reboot your computer so that the new security settings will take effect.