Thursday, May 19, 2016

Free Linux Caches

Sometimes, when linux become sluggish, it might be related to inefficiency on cache management.

To check it on server run: free - m -t

and if free less than 20% - issue is here

to fix it

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

run command above


No comments: