Wordpress shows after installation that is only has 40MB for the WP memory limit.
This is an issue located within some wordpress installs; you will need to add the following line to your wp-config.php (or adjust it to the right amount):
define('WP_MEMORY_LIMIT', '128M');
in wp-config.php
in the root of Wordpress installation.