Solution:
Increase the memory limit setting in php.ini e.g.
php.ini
memory_limit = 128M ;
or add following line to your wp-config.php
wp-config.php
define('WP_MEMORY_LIMIT', '128M');