HI All.
We had set up clustered domain for our application. And it works fine if one or 2 users are using the application. But if u give laod of 5 users, after 45 mins the application wont reespond at all. And if you see the heap usage, that will be worst. almost 100% of utilization will be there.
And below is the config for our domain. And everything is working fine in non clustered domain.
Any suggestions would be great!
" MEM_ARGS="-Xms1250m -Xmx1250m"
JAVA_OPTIONS="-XX:NewSize=400m -XX:MaxNewSize=800m
-XX:SurvivorRatio=8 - XX:MaxPermSize=600m -Xcompactgc
-XX:+UseParallelGC"
-- THANKS