Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse が「(完全に) リポジトリ /home/{username} の再インデックス化」でハングします。最終的には「java.lang.OutOfMemoryError: GC オーバーヘッド制限を超えました」でクラッシュします。
Eclipse がホーム ディレクトリのインデックスを作成しようとするのはなぜですか?
Eclipse Git は、ホーム ディレクトリが git リポジトリの場合 (つまり、".git" フォルダーが含まれている場合) にインデックス作成をトリガーします。
回避策は /home/{username}/.git を削除することです
rm -rf /home/username/.git
参考文献: