Jump to content

Recommended Posts

Posted

Hi,

I am having a report which generates more than 1000 pages. Since it is huge i used SwapFile Virtualizer. But whenever this report is generated from the application it takes up around 200M memory and once the report is done it is not getting released even with a call to System.gc(). After this is generated 2 or 3 times, it throws an out of memory error because the memory consumption gets added up. I tried generating the report without virtualizer in test environment with actual data to see if it a problem with my code. But without virtualizer even though memory goes up, the garbage collector is able to reclaim it once the report is done. Can anybody help me with this? I want a solution for using virtualizer without this memory leak problem.

Thanks in advance.

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...