Re: [S2] Exploding memory usage with JBoss5

2009-01-24 Thread Wolfgang Knauf
Just to give some more information (maybe someone with more in-depth knowledge finds the time to take a look at this issue): On copying it to the deploy directory of JBoss, memory usage increases by 20 MB. On calling the first struts page (http://localhost:8080/KuchenZutatStrutsWeb/ - then

Re: [S2] Exploding memory usage with JBoss5

2009-01-24 Thread Wolfgang Knauf
Just to give some more information (maybe someone with more in-depth knowledge finds the time to take a look at this issue): I have an EAR file with two EJB3 entity beans and a web client WAR. It can be found here: http://www.informatik.fh-wiesbaden.de/~knauf/KomponentenArchitekturen2008/kuchenz

Re: [S2] Exploding memory usage with JBoss5

2009-01-19 Thread dusty
gt; > -- View this message in context: http://www.nabble.com/-S2--Exploding-memory-usage-with-JBoss5-tp21551351p21556224.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe,

[S2] Exploding memory usage with JBoss5

2009-01-19 Thread Wolfgang Knauf
Hi all, I have a quite small Struts 2 application running on a JBoss 5.0GA. It contains some EJB3 entity beans, an EJB3 session bean, a handful of struts actions and three JSPs. After about 5 redeploys (I use JSR88), JBoss is consuming more and more memory (>500MB) and thus getting poorly slow.