Performance on Unix

I am looking for some answers as to why locally (windows XP) JasperReports runs very well (creating a 450 page report in under 1 minute), but when running the same code on our unix development and test servers, the same code is taking over 4 minutes. I have added JAMon logging and it is showing it spending most of its time in JasperRunManager.runReportToPdf(). Anybody have any ideas as to why this would take so much longer on our test servers?
scottgute's picture
Joined: Aug 9 2006 - 3:34am
Last seen: 16 years 9 months ago

2 Answers:

Hi,

Unix/Linux systems are usually slower when it comes to Java graphics and AWT processing and JR relies on those.
Also, make sure you allow your JVM to use sufficient memory so that it does not spend too much time garbage collecting things.

I hope this helps.
Teodor
teodord's picture
46734
Joined: Jun 30 2006 - 9:00am
Last seen: 3 days 7 hours ago
Hi,

Even i have performance issues with running JR(1.2.5) in unix environment. Please suggest JVM memory settings for any improvement. Anything else i can do???



Regards,
Matash
matash's picture
3
Joined: Aug 17 2006 - 1:55pm
Last seen: 16 years 9 months ago
Feedback
randomness