[PHP] Re: Memory usage very high under AMD64?

2008-04-03 Thread Colin Guthrie
Ed W wrote: > Interesting, but I think I have come to the wrong forum? Where do the > programmers who implement PHP hang out? I really need to get under the > bonnet on this and find out what's happening - I'm not after speculation > (thanks to everyone who responded though) You probably want th

[PHP] Re: Memory usage very high under AMD64?

2008-04-03 Thread Colin Guthrie
Hi Ed, Long time no speak... keep running into you every now and then online :) Hope you are well. Ed W wrote: > 45MB x2 is a lot less than 215MB... > > Also, I would expect the actual consumption to be less than 2x since not > all the data will be doubled in size..? > > Any other suggestions o

[PHP] Re: Memory usage

2004-05-12 Thread Torsten Roehr
"Oliver Hankeln" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > > I get memory exceded errors and want to find out why. So I am looking > for a way to determine how much memory is currently beeing used by my > script. Is this possible? > getPID + reading from /proc dosent work

[PHP] Re: Memory usage with Apache

2002-01-27 Thread Paul A. Procacci
How are you executing top? Sounds like you need to use the -d option for top. Example: $exec - exec("top -d1"); This way, top won't, run and run and run, and run, and run, etc, etc, etc. Try that Paul "Thomas E. Ruth" wrote: > Hello, > > I'm using PHP 4.0.4pl1 with Apache 1.3.14. > > I hav