Increasing Memory Limit – Ultimate Addons

    Increasing Memory Limit Docs » General » Increasing Memory Limit Solution for Fatal error: Allowed memory size of XXXXXXXX bytes exhausted. WordPress Memory Edit your wp-config.php file and enter something like: [pastacode lang=”php” manual=”define(‘WP_MEMORY_LIMIT’%2C%20’256M’)%3B%0Adefine(‘WP_MAX_MEMORY_LIMIT’%2C%20’256M’)%3B” message=”” highlight=”” provider=”manual”/] You can read more about this here. PHP Memory If you have access to your PHP.ini file, change the…