Hi,
Is it good idea to run drop_caches on a production server daily via cronjob in off peak hours?
sync; echo 3 > /proc/sys/vm/drop_caches
I understand that it will clean up all cache but the free memory will speed up things and overall performance of server.
What do experts say about this
Thanks
Is it good idea to run drop_caches on a production server daily via cronjob in off peak hours?
sync; echo 3 > /proc/sys/vm/drop_caches
I understand that it will clean up all cache but the free memory will speed up things and overall performance of server.
What do experts say about this
Thanks