Increase PHP Memory LimitApril 12, 2024PHPwp-config Find the wp-config.php file then Edit it. define('WP_MAX_MEMORY_LIMIT', '768M'); define('WP_MEMORY_LIMIT', '768M'); /* That's all, stop editing! Happy blogging. */ Save changes.