Originally posted by: MarkTaylor
With this setting, AIX using 75% of Total memory for FS cache..in our case 64*.75= 48GB.. So,
the question is , Does AIX needs this much memory when there is no data on File system?
If there are no file pages to cache, then no file pages will get cached

maxperm and maxclient are only high water marks used by VMM to determine allowable memory for file system cache usage. if you dont access any files, then you wont get any file pages cached.
What happens when sudden surge of demand for process memory ? LRUD needs to free-up these pages from FS memory
and that incure some cost. Doesn't it?
In what circumstances woul this actually happen. You have already stated that your SGA is 24GB, so Oracle wont just go and grab another 24GB ?? and also, if you dont cache file pages as you dont have any to cache, then there are still going to be pages left on the freelist.
vmstat -v ## will show numperm% and numclient%
Rgds
Mark Taylor
#AIX-Forum