[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] WTP 2.0.1 - Perm gen space errors

I know this is not the first post of this kind since the WTP 2.0.1 release 
but I have 2 Eclipse installs on my machine - both are the "all-in-one" 
packages for WTP 2.X - the one for WTP 2.0.0 appears to run fine.  The one 
for the most recent WTP 2.0.1 release also runs ok but then at some point, I 
start getting this garbage:

!ENTRY org.eclipse.ui.workbench 4 0 2007-10-15 11:29:30.765
!MESSAGE Widget disposed too early!
!SESSION Mon Oct 15 11:29:42 EDT 
2007 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2007-10-15 11:29:42.421
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.OutOfMemoryError: PermGen space

It's odd because I only see this repeatedly w/ the newer release and the 
eclipse.ini file contents  for each installation look exactly the same:

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m

Any ideas as to why the behavior between the 2 releases would be the same 
re: memory.  If the .ini file for the newer release required different 
values, were they not packaged w/ those changes?

Thanks