0

Cache and buffer cache in linux

I want to clean the buffer and cache memory in my linux server. For that i used " sync echo 3 > /proc/sys/vm/drop_caches" command and cleaning the cache. But here problem is while iam exicuting the same by using cronjobs it was not working. Can anyone please help me on that.

Command Line Tools Add a comment
GuruMahesh4444
asked Oct 04 2017

Answer

0

Using a daily cronjob as shown here

sync; echo 3 > /proc/sys/vm/drop_caches

Add a comment
linuxhelp
asked Jan 26 2019
Post your Answer