http://qs321.pair.com?node_id=1227977


in reply to Re^4: perl is crashing due to memory leak when the template toolkit output is being dumped into an output file(xml file)
in thread perl is crashing due to memory leak when the template toolkit output is being dumped into an output file(xml file)

Sounds like 32bit Perl on 64 bit Windows then?

You could try the trick outlined in this node: Memory usage in Perl on Windows systems to get 3GB available for Perl instead of 2GB. It's a workaround, but might help you until the data and/or template get bigger.

  • Comment on Re^5: perl is crashing due to memory leak when the template toolkit output is being dumped into an output file(xml file)