step 2
crontab -e
step 3
now you need to add command to crontab
every 5 min clean ram cache
*/5 * * * * echo 3 > /proc/sys/vm/drop_caches
type i to enter text
type Esc to exit
type :wq to save and exit
step 4
step 5
changing permissions will solve the problem ...
No comments:
Post a Comment