At 17:00 28/6/2001, Swift wrote:
>Hi Zeev!
>
>I tested a little around:
>1) I dropped our leased-line, so there is no load.
>2) I set the mem_limit to 12M.
>3) Reboot
>4) I used the 2 test-scripts as shown in one of my last mails. I called both
>scripts via wget at the same time. Each script should allocate 8M.
>5) The wget-script then automatically saves the result and waits for 10 
>seconds.
>Then looping 4) and 5) 100 times.
>
>When I looked at the results I saw that in 40-50% of cases I will get the 
>described
>out-of-mem-error!? And this can't be, because there was >400MB free 
>memory. Do you
>have an idea what I can do now?

The 400MB have nothing to do with this error;  You get it when you reach 
PHP's memory limit.
Remember that PHP uses quite a lot of memory for its own purposes, other 
than the memory you use for your script.  The data structures used by the 
engine, the modules, the symbol tables (environment, etc.) and so on and so 
forth - all consume additional memory.  While I wouldn't estimate they take 
whole 4MB, it's not impossible.


Zeev


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to