Skip to content

Instantly share code, notes, and snippets.

@phpleo
Created June 21, 2010 21:33
Show Gist options
  • Select an option

  • Save phpleo/447527 to your computer and use it in GitHub Desktop.

Select an option

Save phpleo/447527 to your computer and use it in GitHub Desktop.
cuando al hacer un:
$ ./symfony propel:build-model
en sf1.1 da:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/vhosts/pucp-labs/sfn/lib/symfony/util/sfToolkit.class.php on line 191
En el php.ini de CLI poner:
memory_limit = 64M
Visto en:
http://ms76.jp/2009/01/29/openpne3_install/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment