I think memory usage on Windows was definitely improved around 5.2 - didn't the core team update the memory usage functions in PHP around the same time? Can't quite remember - I do know measuring memory usage on Windows not too long ago was difficult in userland scripts. Since then it's been fixed, and stuff like peak usage measurements added.
Paddy Rob Allen-3 wrote: > > > On 6 Feb 2008, at 19:28, Steph Fox wrote: >> >> The default memory limit was raised to 16M in PHP 5.2.0 (well that's >> what I have as default in RC7 anyway) and 128M in PHP 5.2.1. So >> basically the problem's invisible to anyone with a copy of current >> stable PHP. >> >> I can't comment on the ZF codebase, but it should be mentioned that >> the reason the default memory limit was increased was that people >> were starting to hit it consistently when running applications. >> > > If I recall correctly, the way memory usage was measured for PHP on > Windows was changed (improved?) which is why the default memory_limit > was increased. > > > Regards, > > Rob... > > ----- Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com OpenID Europe Foundation - Irish Representative -- View this message in context: http://www.nabble.com/Zend_Layout-consuming-lots-of-memory--tp15318936s16154p15334529.html Sent from the Zend Framework mailing list archive at Nabble.com.
