Monday, November 24, 2014

How to reduce RAM cache usage

                                                                                                                                     step 1
                                                                             
                                                                           



                                                                                                                                    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
                                                                                         

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...