1. JVM Heap memory 설성
– eclipse.exe 실행시 -Xms128m -Xmx256m 처럼 할당할 메모리를 설정.
2. Automatic folding 설정 해제
– Window > Preferences > Java > Editor > Folding 옵션을 모두 해제(disable).
3. Automatic Code Insight 설정 해제
– Window > Preferences > Java > Editor > Code Assit 에서 Enable auto activation 항목을 해제(disable)
– 자동으로 동작하는 code insight 기능은 죽었지만 ctrl+space 로 사용가능.
4. spelling check 설정 해제
– Window > Preferences > General > Editors > Text Editors > Spelling 에서 Enable spelling checking 항목을 해제
5. validation check 설정 해제
– Window > Preferences > Validation 필요한 항목만 체크
6. eclipse compare 에서 공백 배제하는 법
– Window > Preferences > General > Compae/Patch 에서 Ignore white space 항목을 체크
7. Close Projects
– 현재 작업과 관련없는 프로젝트는 모두 닫음.
8. 플러그인 삭제
– 사용하지 않을 플러그인은 제거
9. 시작을 빠르게
– 이클립스를 종료할 때 모든 에디터를 닫는다
– Window > Preferences > General > Editors > close all editors on exist 항목을 설정(enable).
– Window > Preferences > General > Startup and Shutdown 에서 불필요한 플러그인을 startup list 에서 제외.