Posts tagged: /proc filesystem

Truth about drop_cache & sync and dealing with OOM Killer

I use the drop_cache file of the /proc pseudo file system to force the OS to relinquish the memory taken away by the clean caches, inodes and dentries. I used it few times without even paying attention to: why there is a memory shortage to begin with? After realizing that the dropping caches is not the real solution, I learned to investigate the actual reason for memory shortage (i.e, who ate my memory? Read more »

Dansette