How to free pagecache, dentries and inodes from memory on linux

In this tutorial we will learn,how to free pagecache, dentries and inodes from memory on linux systems. The linux system is quite capable to manage the memory itself.Sometimes we require to flush the cache from memory in linux system . On writing the file /proc/sys/vm/drop_caches cause the kernel to drop clean caches, dentries and inodes … Read more