Increase WordPress memory limit in wpconfig.php
/** Memory Limit */ define(‘WP_MEMORY_LIMIT’, ‘256M’); define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
Tips, tricks, how-to, tutorials – all about Information Technology – Since 2004
/** Memory Limit */ define(‘WP_MEMORY_LIMIT’, ‘256M’); define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );