You could do it with a cachefs, but it will give you no benefit. When you are going to read a file into a program AIX will automatically cache it until you need the memory for something else. After your initial request of the file you should see no performance improvement. You will only see an improvement if the files are accessed through NFS from another server.
See cachefs.
1. You cannot cache the / (root) or /usr file systems.
2. You can mount only file systems that are shared. (See the exportfs command.)
3. There is no performance gain in caching a local Journaled File System (JFS) disk file system.
Hi denisl,
I am curious as to why you are doing this. I really dont know much about it, so please dont take my question the wrong way. I am just wondering how you think a memory file system would be helpful to you? Never know, maybe something I could use.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.