TobiaszCudnik/phpquery

Out of memory while fetching too many pages

Zhangjd opened this issue · 0 comments

Following the demo, I tried invoking phpQuery::newDocumentFile($htmlFile) for many times, unfortunately PHP got out of memory. I had to manually unset phpQuery::$documents on every loop.