Jump to content
We've recently updated our Privacy Statement, available here ×

JasperPrint Object Optimization


samaresh

Recommended Posts

How can i optimize jasperprint object.

 

This i want to know as i am working with huge data(jasperPrint object size 1.63GB) and not able to use this print object to show report as it is throwing Java Heap Space Exception.

After increasing the heap space also it is not working.

 

is there anyway to optimize the JasperPrint object so,that if it is huge in size ,without increasing heap size ,i can work with it.??

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

By default, the JasperReports virtualizer is running in JasperServer. It keeps a limited number of pages in the JVM and swaps the rest out to disk (java.io.tmpDir).

 

We have been seeing some issues with the exporters that generate the document from the JasperPrint, as they are not virtualized and can get large, particularly Excel and Word.

 

At what point is the large JasperPrint not working? Can you show a stack trace?

 

 

Sherman

JasperSoft

Link to comment
Share on other sites

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...