0

We have a wildfly 8.2 app server which allocates 6GB of server RAM. Sometime due to havey transaction count wildfly has stop receiving incoming connections. But when I check server (not app server, it is our VM ) memory, it uses 4GB of RAM. Then I checked Wildfly app server's heap memory it did not use at least 25% of allocate heap size. Why is that? When I restart wildfly App server, All things work normally and when it comes that kind of load, above scenario happen again

GRTZ
  • 433
  • 1
  • 5
  • 9

1 Answers1

0

Try to increase the connection-limit as suggested in this SO question You can Dump HTTP requests as given here

Also, are you getting any errors in your console? Please post them as well.

phoenixSid
  • 447
  • 1
  • 8
  • 22