[jboss-user] [Beginners Corner] - Re: why my Jboss site easily dead?
PeterJ
do-not-reply at jboss.com
Tue Jul 15 18:27:36 EDT 2008
Hmm, I'm surprised that you are running out of permgen space just by running the portal (I assume that you downloaded the JBossAS + JBoss Portal bundle). But that can be easily remedied - go into the run.bat file and change this line:
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
to
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=256m
By the way, which version of the JBossAS + Portal bundle did you download? And what version of JDK are you using?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164616#4164616
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164616
More information about the jboss-user
mailing list