jaybala Posted July 3, 2014 Posted July 3, 2014 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now