So I have an RCP that makes use of BIRT to generate reports but what I am noticing is the significant memory usage. The key problem I have is that it does not free up the memory after it has produced the document. So on the first run of a BIRT report (producing a PDF file with a table and chart) the memory usage goes up by 60 to 70 MB which never then frees up after the report has run .... then each time I run the report the memory usage increases by 4MB
I've followed the standard tutorials on the web to create the report generator so pretty sure I am not doing anything stupid in the code.... Is this a common issue? Or where can I go to find out more info? Any info appreciated!