Solution:1
Increase your allocated memory in wp-config.php or wherever you need it:
define('WP_MEMORY_LIMIT', '64M');
In case PHP itself is running out of memory, you can increase that by modifying php.ini and restarting your web server.
memory_limit 256M