WordPress Hacks Increase Memory And Fix “Out of Memory” Error May 21, 2015 by Chris, in category WordPress Hacks Insert the following PHP code in your wp-config.php file /** Increase memory usage for heavy plugins */ define('WP_MEMORY_LIMIT', '64M');