Quote:
|
Originally Posted by IsaacKuo
The operating system's disk cache will automatically do that with any spare RAM. The only thing is that it needs an excuse to read the entire /usr directory first. You could insert a command which cat's the entire /usr directory to /dev/null.
|
Hi
Thats right , but after that caching , for example if you load couple big (x) files into memory , kernel will slightly push oldest cache away , instead of our expecting pushing old (x) cached file and keep /usr cache in memory
Anyways you are right , cat the whole /usr section in a way
Any other ideas ?
Regards
Arsham