• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Memory usage is high in Clustered environment

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic