padmashree.kn Posted December 10, 2015 Posted December 10, 2015 let m eknow is there any limitation on jasper reports file size like 10mb, 15mb, 20mb to downloadif it is what is the min size and max size, user can download the report data and is it configurable to download in csv,xls,pdf etc.,Jasper 6.1, tomcat 7, java 1.7Please let me know
padmashree.kn Posted December 10, 2015 Author Posted December 10, 2015 Can anybody tell me limitations of Jasper Reports for e.g: how many records are allowed to display, time required to generate report with large amount of records etc. etc.
hozawa Posted December 11, 2015 Posted December 11, 2015 There really isn't a logical limitation to file size. However, there is a physical limitation because exporting requires memory. If your report is very large and if you have few concurrent users displaying reports, physical memory is quickly exhausted. JasperReports supports virtualizer but if you active virtualizer on a server, it makes the situation worse because CPU goes up to 100% to swap memory - the server won't go down but it remains unresponsive for a very very long period of time.This is a caused not by limitation of JasperReports but with JasperReports Server. If you build your own server application, you can make it to handle very large reports with many users.
padmashree.kn Posted December 12, 2015 Author Posted December 12, 2015 Thank you for the reply. I can see while downloading the 19mb data report the cpu goes beyond 150% but cpu will come when the server loads all pages.Is the configuring pagination helps here?
Balraj Posted June 21, 2016 Posted June 21, 2016 I'm also looking for this. I would lke to Limit the JasperReports Export size to 15MB. Is it possible? Need some guidance regarding this.Thanks :)
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