I am using an ubuntu server : 512MB ram / 1 CPU
I want to increase my wordpress site speed by adjusting php,mysql memory limits to be suitable with my server specification.
I am using xampp server.
I am using an ubuntu server : 512MB ram / 1 CPU I want
Share
You can call an override function to change memory limit localy on the application just call this at the top of your php file:
OR change it globaly in php.ini (in xampp located in ‘\xampp\php\php.ini’):
After that restart apache…
Also 512mb is realy low ammount for a serious web server.