Jump to content
We've recently updated our Privacy Statement, available here ×

jasper 471 on Websphere 7/AIX


martin2kp138

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

There are some JVM options described in section 6.2 of the installation guide that are specific to Tomcat/JBoss, but they should give you a good idea for Websphere as well.  You will need to tune based on the IBM JVM that comes with websphere, but the key setting for garbage collection are:

-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled

In addition, you will want to play with the amount of memory allocated to both your min/max heap size as well as the PermSize/MaxPermSize.

Link to comment
Share on other sites

thanks for the reply. Currently the jvm argument is set as

 

-XX:PermSize=32m -XX:MaxPermSize=128m -Xss2m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled

 

min/max heap size is set as 256/1024 mb

 

and verbose garbage collection is enabled.

 

 

Link to comment
Share on other sites

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...