How to clear the cache from memory in Linux System
Posted by adminJan 15
I am having 4 gb of ram in my production systems. and normally after 24 hours my nagios gives warning for insufficient memmory. when we check systems ,it always shows the memory in cache.
So we normally reboot the system to clear the cache from the memory till we find the following command.
Linux Command
sync; echo 3 > /proc/sys/vm/drop_caches
2 comments
You must be logged in to post a comment.