[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-08-30 Thread djeverson
anonymous wrote : there is a section in the Seam documentation with the recommended PermGen size settings for Seam development and hot deployment. I looked in the documentation and I don't see these recommendations. Is there a link or clearer reference to this section? View the original post

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-08-30 Thread smithbstl
See here http://docs.jboss.com/seam/2.0.0.B1/reference/en/html_single/#d0e2116 Of course if you are using Windows you will have to alter bin/run.bat instead of bin/run.conf like recommended in the docs because that is for Linux/Unix View the original post :

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-07-11 Thread alexeinov
I experimented hot deploying jboss-seam-booking demo to the standard installation of jems-installer-1.2.0.GA (JBoss 4.0.5) I tried Seam 1.1.6.GA and 1.2.1.GA; in both cases I observed growing allocated PermGen memory, a growing number of loaded classes, and finaly OutOfMemory. View the original

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread tom_goring
Hi, We have 50 EJB3 beans and had this issue. I guess you read my post on this about how we fixed it ? Running jstat on our app now levels out at about 50MB (put we need to prime the VM with about 70MB at start up). Are you sure you patched the jboss as per my script ? Also can you confirm

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
Hello ... Could you please give me a link to your post ... I can affirm that no hot deployments are done in production . Regards, Jankee Yogesh, Software Developer, M-ITC LTD View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041908#4041908 Reply to the post

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
Hello ... I suppose you are mentioning about your reply in the topic i started ... I dont know if i patched the jboss well .. Could you please guide me from where you got the libs .. I downloaded Javassit 3.4 and the latest libs from Hibernate including hibernate core, annotations ...etc and

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread Udo.Krass
Hi, i have the PermGen Space problems very often. I've found a german site with a solution: http://blog.meimberg.info/?p=207 It means that you shoud start your JBoss with set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m | -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128m |

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread [EMAIL PROTECTED]
Folks, there is a section in the Seam documentation with the recommended PermGen size settings for Seam development and hot deployment. I have used these settings in production with JBoss AS 4.2 RC2 for a while and redeployed my application many times. Note that the original poster does not

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-04-30 Thread yj4jboss
My actual problem is in fact Out of Memory Leaks that is supposed to be fixed with the patch suggested in http://www.jboss.com/index.html?module=bbop=viewtopict=107032 Though, i am not getting any memory leaks after 1 1/2 day in production so far ... i cannot confirm that the problem is