in reply to Re^2: problems with fork from thread
in thread problems with fork from thread

I have same problem recently (threaded app with HTML::TreeBuilder::XPath).

I have downloaded and processed less than 6000 entries (html pages) but my program uses 2Gb! I have fixed this issue by adding $tree->delete() after I don't use it.

Thanks.
Roman