Hello all,

Has anyone identified a memory leak in xmltask?  I've noticed that after I 
process a bunch of XML files, I tend to get PermGen memory issues and crash the 
Ant script.

The use case here is that I have a bunch of Jasper reports and I'm loading the 
JRXML files, making some edits, and then saving them back out. I have an Ant 
target that does this for one file, which I call repeatedly passing in 
different parameters.

Each time I run it, the script makes it through about 4 reports before crapping 
out. The next time (the results are cached) I get through the next four, etc.

Is there any way I can profile how much memory xmltask is using, and whether 
it's freeing up memory appropriately between calls?  Or anything I can do with 
xmltask itself to clear buffers or whatever?

Thoughts?


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to