Monday, April 9, 2012

How to Configure AM Pool size

By default AM pool size is '25', So all the AM instances can be shared across multiple sessions, If you want to see how an UI application behaves in Prod base environments when number of users logged more than expected, You can make the AM pool size to as minimum as and access the applications in multiple browsers, and AM instances can be shared across multiple sessions and you will see how application performs.

Right click on UI Project ->Project Properties-> Run/Debug/Profile->Select Default and click on Edit -> Enter the below -D command and click on ok


-Djbo.ampool.minavailablesize=1 -Djbo.recyclethreshold=1 -Djbo.failover=true

No comments:

Post a Comment