Comment 29 for bug 1677578

Revision history for this message
Vasya Pupkin (shadowlmd) wrote :

I appreciate your help but you are missing the point. Christian was so concerned about script going beyond memory_limit so he just discarded everything else I researched about the memory leak issue I was reporting in the first place. The memory leak issue is still there. It is still an issue and it still has to be fixed.

Yes, script can go beyond memory_limit because it's a plugin that utilizes it's own memory manager.
But when php kills a script, it should free all memory, and this is NOT HAPPENING under certain circumstances.