[wd_asp elements=’search’ ratio=’100%’ id=1]

Increase Elementor’s memory limit to 128mb

23rd November 2018

Wordpress - Miscellaneous

wordpress category

To increase your Elementors memory limit from the standard 40mb up to 128mb.
Add these lines to your wp-config.php file just under your database details will do.

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '128M' );