Operating System - HP-UX
1825720 Members
3364 Online
109686 Solutions
New Discussion

Re: Webtop 5.2.5 SP3 on Oracle Application server 10g (9.0.4)

 
Eric Phenix
Occasional Contributor

Webtop 5.2.5 SP3 on Oracle Application server 10g (9.0.4)

Hi,

We having a poor performance on our system running Webtop 5.2.5 SP3 on Oracle Application server 10g (9.0.4).

I`m try to find information on kernel, java options head and memory, how many jvm should we run and best pratice.

Thanks

Eric
If it's not broke don't FIX it!!!
2 REPLIES 2
Wim Rombauts
Honored Contributor

Re: Webtop 5.2.5 SP3 on Oracle Application server 10g (9.0.4)

Checking possible java performance patches is of course a god start.

Once we also had java performance problems (and yes, we run Documentum Administrator 5.2.5 SP5 on Oracle A.S. 9.0.4.2 but this was not our troublesome application). After external consultancy, the only thing we learned about JVM tuning, is that it's wise to minotor memory usage and garbage collection.
Add option "-Xverbosegc:file=" to the commandline java options (in the administration page of the OC4J-container in question). Use a ".vgc" extension for the filename.

The download HP JMeter 3.0 (are any other tool that can do the same) on your PC, let the container run for a while and check the .vgc file generated by the container. You could see long garbage collect times. If so, you can start by increasing memory or changing garbage collection procedures.