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
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
"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
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
4 matches
Mail list logo