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' );

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' );