Increase PHP Memory Limit
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.
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.