Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What can be the reasons that Spring STS hangs?

Sometimes on the start STS hangs.

Does it possible found the reason? May be exists log or possible start in debug mode? Also how I can distinguish between hangs completely and working very slowly? Thanks. P.S. How to fix ?

like image 955
user710818 Avatar asked Nov 06 '11 09:11

user710818


1 Answers

That is usually for the same resons descibed here tricks-to-speed-up-eclipse. Garbage collection or validation.

  • If you have enough RAM I would suggest that you set -Xmx768m or higher (in eclipse.ini).

  • Under Windows->Preferences->Validation you can switch off a lot of stuff.

like image 113
stacker Avatar answered Oct 31 '22 20:10

stacker