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');Code language: PHP (php)Team Leader, JavaScript Lover, WordPress Engineer
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');Code language: PHP (php)
Leave a Reply