Vítor Corrêa [
http://community.jboss.org/people/vcorrea] created the discussion
"Re: Large number of threads/connections marked "keep alive""
To view the discussion, visit:
http://community.jboss.org/message/631878#631878
--------------------------------------------------------------
It really looks like a memory leak trouble. If you run a jboss instance without any
application it won't happen. So your application is causing it. Is there any Thread or
ThreadPool on it? can you describe about your architecture? To detect memory leaks you
should make profile of your application. I like to use
http://www.eclipse.org/mat/
http://www.eclipse.org/mat/ , But there is a lot of others tools ( yourkit ... ). Take a
dump of your heap with jmap and check your hprof file on your profile tool.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/631878#631878]
Start a new discussion in Performance Tuning at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]