Buenas
Estoy usando Zend con Doctrine2 y al ejecutar un script sh que publica datos me tira esto:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20 bytes) in /www/sitio/library/Doctrine/ORM/UnitOfWork.php on line 475
Segmentation fault (core dumped)
Vale decir que la memory_limit la tengo en 512M
Alguna idea?