Created
June 21, 2010 21:33
-
-
Save phpleo/447527 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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