• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic 6.1 performance issues on AIX

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any tips or help would be appreciated.
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic