How to Increase PHP Memory Limit in WordPress (5 Methods, Step by Step)
QUICK ANSWER To increase the PHP memory limit in WordPress, add this single line to your wp-config.php file, just above the line that reads “That’s all, stop editing!”: define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); This works on all major hosting providers and takes under 2 minutes. If you need a higher limit (512M or more), use the […]
