Increase Memory And Fix “Out of Memory” Error

Insert the following PHP code in your wp-config.php file

/** Increase memory usage for heavy plugins */
define('WP_MEMORY_LIMIT', '64M');

Screen Shot 2015-05-21 at 9.36.21 AM