Hi there,
Please connect to FTP and add following lines wp-config.php file :
define( 'WP_MEMORY_LIMIT', '96M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Please note, this setting may not work if your host does not allow for increasing the PHP memory limit in that event, contact your host to increase the PHP memory limit.
Thanks.