Ad

GuruMahesh4444
asked Oct 04 2017
Answer
Using a daily cronjob as shown here
sync; echo 3 > /proc/sys/vm/drop_caches

linuxhelp
asked Jan 26 2019
Using a daily cronjob as shown here
sync; echo 3 > /proc/sys/vm/drop_caches
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.