To increase the memory limit on WordPress, add these configurations into the wp-config.php file:
define('WP_MEMORY_LIMIT', '1024M');
define('WP_MAX_MEMORY_LIMIT', '2048M');Crafting Web Experiences
//
To increase the memory limit on WordPress, add these configurations into the wp-config.php file:
define('WP_MEMORY_LIMIT', '1024M');
define('WP_MAX_MEMORY_LIMIT', '2048M');Published date:
Modified date: