Definition says: Some SAS procedures use the REALMEMSIZE option to specify how much virtual memory the procedure can allocate and use without inducing excessive page swapping.
Then, I suppose is a parameter to control page swapping and to avoid excessive page swapping.
How does it prevent swapping??,
If the systems needs more memory than real memory available, then it starts to swap until the total memory reach the value of REALMEMSIZE, is correct??.
Is a limit value for the page swapping??
Any information about REALMEMSIZE working will be greatly apreciatted.
A few options to gain some technical reference items:
1) a Google advanced search below, strictly against the SAS.COM domain/website:
+REALMEMSIZE site:sas.com
2) the SAS support website http://support.sas.com/ and its SEARCH facility - you will find SAS-hosted DOC and additional technical reference information on the topic.
Another question, if I have a proc sort, and I want to avoid page swaping, is that the correct values for the following parameters?
MEMSIZE lower or equal than virtual memory (RAM + swap)
REALMEMSIZE= (RAM - memory used by O.S. + other apps) loweor or equal than RAM
SORTSIZE lower or equal than REALMENSIZE