-1

Fisrt I got an error "eclipse out of memory error and gc overhead limit exceeded" and,

Then I tried looking for the answer, and then found this.

After I edited the .ini just like Silvio's answer my eclipse won't start.

It just disappear after chosing workspace folder.

Edit : I already tried opening a new eclipse and still eclipse won't start.

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

Entries in the eclipse.ini file :

-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
-showsplash org.eclipse.platform
--launcher.XXMaxPermSize 256m
--launcher.defaultAction openFile
-vmargs
-Xms1024m
-Xmx1024m
-XX:+UseParallelGC
-XX:PermSize=1024M
-XX:MaxPermSize=1024M

I hope fix your problem.

Praveen Kumar Verma
  • 2,988
  • 2
  • 18
  • 31