Thursday, February 23, 2012

Symfony Build: Fatal error: Allowed memory size of x bytes exhausted

If you run a symfony command, it is run by php cli, not apache.
So increase the memory_limit to 128M in the /etc/php5/cli/php.ini file. Building will work fine.:)

1 comment: