Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] java.lang.OutOfMemoryError: PermGen space

Or don't use a Sun JVM, as the issue is specific to the SUN JVM. JRockit and IBM's JVM's don't experience the problem.

Dave

Gary Karasiuk wrote:

You need to set something like:

-XX:MaxPermSize=512M

(You can probably get by with -XX:MaxPermSize=128M )

Gary Karasiuk, RAD Performance Analyst
karasiuk@xxxxxxxxxx
TL-969-3985, external: (905)-413-3985



From: 	"Sascha" <Sascha.Janz@xxxxxxx>
To: 	<wtp-dev@xxxxxxxxxxx>
Date: 	05/27/2008 10:33 AM
Subject: 	[wtp-dev] java.lang.OutOfMemoryError: PermGen space


------------------------------------------------------------------------



Hi,
i downloaded and installed all files from _ __http://download.eclipse.org/webtools/downloads/drops/R2.0/R-2.0.2-20080223205547/_ dtp-sdk_1.5.2_022008.zip
eclipse-SDK-3.3.2-win32.zip
eclipse-test-framework-3.3.2.zip
emf-sdo-xsd-SDK-2.3.2.zip
GEF-SDK-3.3.2.zip
wtp-R-2.0.2-20080223205547.zip
and i use jboss tools 2.0.1
unfortunately the ide crashes every 5 minutes with
java.lang.OutOfMemoryError: PermGen space
i set already -Xmx512M what might be the problem? any idea?
 _______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


------------------------------------------------------------------------

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top