Scala Running Eclipse for IDE freezes for 2.5 minutes when saving file

Whenever I save a Scala file in my updated Scala IDE, I have to look at the non-responsive eclipse for 2.5 minutes. Any suggestions, similar problems?

Edit:

Build ID: 3.0.2-vfinal-20131028-1923-Typesafe

Eclipse Standard / SDK Version: 4.3.0

+3
source share
1 answer

Perhaps you simply do not have enough memory. You must turn on the heap indicator, in Window > Preferences > General, tick Show heap status. An indicator will appear in the lower right corner of the window.

, , VM (-Xmx, ). 1G, .

+1

All Articles