André Amorim

Crafting Web Experiences


//

Increase WordPress Memory Limit

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: