Here is a quote from the Netbeans EE project list by Sergey Lunegov from Sun
about glassfish running out of memory. It is a very simple fix.
---------- Forwarded message ----------
From: Sergey Lunegov <Serg...@sun.com>
Date: Oct 17, 2006 11:31 AM
Subject: Re: [55cat] Permgen on windows
To: nben...@netbeans.org
Hi Rob,
this is an known issue and it's tracked in IssueZilla:
http://www.netbeans.org/issues/show_bug.cgi?id=87249
The fix will be available in EntPack FCS Build.
There is a workaround you can apply:
1) Navigate to
<as-install-dir>/domains/domain1/config
2) Edit the domain.xml file
2.1) Append the following child tag
"<jvm-options>-XX:MaxPermSize=128m</jvm-options>"
to <java-config> tag.
Thanks,
Sergey
Rob Abbe wrote:
Is anyone else running out of permgen on windows with the default
settings? I'm on 5.5 RC2 with the nightly build of the enterprise pack from
10/13/2006.
HTTP Processing error
java.lang.OutOfMemoryError: PermGen space