Hey guys, I'm having trouble with an issue where I see different
symfony behavior on different machines.

Specifically, in my dev environment, I don't run out of memory, but in
my production environment, I do.  However, both environments have the
same memory_limit value (as far as I can tell) ('php -i' confirms
this).  It's the same codebase (svn exported), what else could be
happening here?

DEV:

$ symfony guard:create-user test test
>> guard     Create user "test"

r$ ./symfony guard:promote test
>> guard     Promote user test as a super administrator

r$ php -i | grep memory_limit
memory_limit => 256M => 256M

r$ ./symfony --version
symfony version 1.4.9-DEV (/home/ahonnecke/repos/fruition/
appt_reminder/lib/vendor/symfony/lib)

PROD:


-jailshell-3.2$ ./symfony guard:create-user --env="prod" test test
>> guard     Create user "test"

-jailshell-3.2$ ./symfony guard:promote test

Fatal error: Out of memory (allocated 13893632) (tried to allocate
122880 bytes) in /disk2/sitemaps/fruition-export/appt_reminder/lib/
vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/
Doctrine/DataDict/Mysql.php on line 215

Fatal error: Class declarations may not be nested in /disk2/sitemaps/
fruition-export/appt_reminder/lib/vendor/symfony/lib/plugins/
sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Event.php on line 34

-jailshell-3.2$ php -i | grep memory_limit
memory_limit => 256M => 256M

-jailshell-3.2$ ./symfony --version
symfony version 1.4.9-DEV (/disk2/sitemaps/fruition-export/
appt_reminder/lib/vendor/symfony/lib)

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to