Increase PHP Memory Limit in WordPress Posted by Avinash Konanki 0 Edit the wp-config.php file on your WordPress site Place below code This code tells WordPress to increase the PHP memory limit to 256MB define( 'WP_MEMORY_LIMIT', '256M' );