Jump to content

performance problems


2004 IR Help

Recommended Posts

By: ks217 - ks217

performance problems

2005-02-24 02:28

I wrote a simple application that generates a pdf file using jasperreport. Datasource is a simple xml-file.

 

When i run this application with SUN sdk 1.4.2 on windows it takes about 2 seconds to generate the pdf file. When i run this application with IBM sdk 1.4.2 on a aix 5.2 System it takes 30 seconds to generate the pdf file.

 

compileReport: windows 821 ms, aix 15260 ms

fillReport: windows 481 ms, aix 13481 ms

exportReportToPdfFile: windows 400 ms, aix 4562 ms

 

Has someone any idea? Unfortunately I have to use aix.

Is it possible to speed up jasperreports on aix / ibm sdk?

 

Best regards.

 

 

 

 

By: ks217 - ks217

RE: performance problems

2005-11-30 03:30

Today I tested it with the newest JasperReport 1.1.1.

There is still the same performance on aix.

 

Any ideas?

Best regards.

 

 

 

 

By: Nick Goh - nickgoh

RE: performance problems

2006-01-26 03:16

Hi ks217,

 

I have the same problem 2... took an hour to generate 1000pages reports.

 

running on aix 5.3

 

maybe you could try this :

http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=13772876&cat=10&thread=98017&treeDisplayType=threadmode1&forum=367#13772876

 

 

 

 

By: Teodor Danciu - teodord

RE: performance problems

2006-01-26 03:24

 

Hi,

 

How much memory do you allow your JVM to use?

If there is not enough memory, the JVM will spend

too much time garbage-collecting things.

 

Try increase the memory with the -Xmx command line

option.

 

I hope this helps.

Teodor

Link to comment
Share on other sites

  • Replies 0
  • 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...