You have only 64M (67108864 / 1024 / 1024) allocated to PHP. You can increase max memory sixe , if you have access to php.ini or You can also do it in a bootstrap PHP script.
ini_set('memory_limit', '128M');