Re: [symfony-users] Memory usage...

2010-03-11 Thread Gareth McCumskey
First of all ensure that you aren't benchmarking memory usage in the dev environment as it adds a ton of extra debug/log/etc information into memory. Secondly, look at your use of hydration elements in the ORM. I have never used Doctrine, but we have switched a number of our queries that return

[symfony-users] Memory usage...

2010-03-10 Thread Bruno Reis
Hi all... how much memory a normal sf + doctrine thread uses? We are having serious problems here with an application. I seems like it´s leaking memory, we updated php to 5.3 but had no success at all. Apache threads start with 16 MB and soon get to 50MB. Does anyone know what might be