Tag: php.ini

memory_limit 256M

Increase WordPress Memory Limit using php.ini

If you want to Increase WordPress Memory Limit using php.ini, and you have access to your website’s root directory, you can easily do this by editing the php.ini file. Simply add or update this line in your php.ini file to set the memory limit to 256MB: If you already have this setting but still face memory issues, try increasing the memory limit further by setting it to 512MB in the php.ini file. By following these steps, you can successfully Increase

Continue Reading