6

起動時に STS がハングすることがあります。

原因が判明する可能性はありますか?ログが存在するか、デバッグモードで起動できる可能性がありますか? また、完全にハングアップしていることと、動作が非常に遅いことをどのように区別できますか? ありがとう。PS修正方法は?

4

4 に答える 4

2

それは通常、ここで説明したのと同じ resons のためですtricks-to-speed-up-eclipse . ガベージ コレクションまたは検証。

  • 十分な RAM がある場合は、(eclipse.ini で) -Xmx768m 以上を設定することをお勧めします。

  • Windows->Preferences->Validation の下で、多くのものをオフにすることができます。

于 2011-11-06T10:55:53.263 に答える
1

There's a log file I think it's in .metadata/.log in the workspace used. To see if memory causes the issue, and it usually does, try to run jconsole (part of the JDK) and connect to the running eclipse process, and see the memory stats.

于 2011-11-06T23:30:17.913 に答える