Originally posted by: ColombianJoker
AIX caches all read or writhen files stored in filesystems mounted with cache (all filesystems WITHOUT dio, cio and/or sync options) opened WITHOUT O_SYNC option. All files NOT EXCEPTED are mapped to RAM.
If you AIX is not caching your files may be you have your cache limits too low (ioo -o maxperm -o maxclient), or your filesystem is mounted synchronous (may be dio, or cio, o sync, check with mount alone). Or your system is too low on memory.
#AIX-Forum