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.

GuruMahesh4444
asked Oct 3, 2017
1 Answer
0

Using a daily cronjob as shown here

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

View More
linuxhelp
answered Jan 26, 2019
Your Answer
||||
x
 
100:0