Hi Cristiano,

Alex sent a patch to the list a while ago which forces the memory allocator to return memory to the system. However, in your case, I think you might be just having PHP variables "leaking". Can you try and identify where this info is sitting and try and unset it? It's important to dig deeper and/or reproduce in order to understand.


Andi

At 12:21 PM 10/28/2005, Cristiano Duarte wrote:
Is there any way to force a PHP CLI application to free the memory it took
from the system ? I mean, is there any PHP userland or PHP internal
functional call that could *really* free 'the memory allocated by a
variable' or 'the memory allocated but currently not used and waiting for
the script end to be freed' ?

Regards,

Cristiano Duarte

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to