This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am having alot of performance issues on AIX. The system seems to be very slow. I have tried all the performance and tuning tips from Weblogic but still performance hasn't impoved. The system also gives some null pointer exceptions.
Chiran Mathur
Ranch Hand
Joined: Feb 07, 2001
Posts: 63
posted
0
Any tips or help would be appreciated.
Vijay Shrivastava
Ranch Hand
Joined: Nov 15, 2001
Posts: 64
posted
0
Could you please specify what is the system memory and what is your startup arguments in terms of JVM heap size and number of thread WLS is using. Fine tunning these 2 parameter are very important for performance. Increase thread (say if it 15 make it 30) and give JVM extra memory as specified by WLs6.1 docs. Also other parameter for connection pool, initial size and increment size. We use WLS6.1 on SunSolaris and tunning above parameter helped server performance.
Vijay shrivastava
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.