I am currently running PHP4.04pl1 with Iplanet web server 4.1SP3. I have already compiled with memory limit and also set the limit at 1Mbytes, but still the amount of memory used be my scripts are increasing without dropping back after the script is processed!
I have certain scripts which exceeded the 1mb limit and was stoppped by php since it has exhausted the resourcce allocated to them (= 1Mbyte). However, for all other scripts, they (< 1MByte) and were able to run. The problem is the amount of memory they used for processing are NEVER released back to the system.
I'd experienced this same problem with Netscape Web Server 3.63, but it was only very LITTLE significant then. Now under iplanet 4.1sp3 the amount used is HUGE! a few database and ldap queries make me jump from 15MB startup to 350MB mem usage!
Any help will be greatly appreciated
-- Patrick