It seems you only have 64M (67108864 / 1024 / 1024) allocated to PHP.
If you have access to your php.ini
, increase the max memory size.
You can also do it in a bootstrap PHP script.
ini_set('memory_limit', '128M');
Or even in your .htaccess
php_value memory_limit 128M
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…