0

I don't know why my eclipse is too slow, especially when shifting between tab files yet my other programs opened perform very fast. Can anyone help me or know the reason why? Thanks.

mj930112
  • 80
  • 1
  • 10
  • 3
    http://stackoverflow.com/q/316265/1069068 – Raghav Sood Sep 07 '13 at 05:57
  • You should include at least some information about your environment: operating system, versions of Eclipse, distro, ... Eclipse 4.x had performance problems in the past, but seem to be solved (mostly) in Eclipse 4.3. – mliebelt Sep 07 '13 at 09:01

1 Answers1

0

go to your eclipse-home --> eclipse.ini and change the value of -XX:MaxPermSize to -XX:MaxPermSize=1024m

Mostafa Jamareh
  • 1,389
  • 4
  • 22
  • 54