To increase your memory limit within PHP open or create a .htaccess file in the root of public_html and add:
php_value memory_limit 64M
The example above will change the limit to 64M. You may adjust as needed, subject to the overall memory allocation based upon your account specification.