DalgoT4D / maintenance

maintenance scripts for our ec2 machines
0 stars 0 forks source link

cron to monitor disk cache #5

Closed fatchat closed 1 year ago

fatchat commented 1 year ago

grep Cached /proc/meminfo

When we need to clear the disk cache we will run

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

Ref