Dashboard memory overload problem

At the top of your wp-config.php you add define('WP_MAX_MEMORY_LIMIT', '256M'); this will work only in back-end and do not increase memory in front-end.

If this doesn’t work in your site, you can also add this define('WP_MEMORY_LIMIT', '256M');