태그

2013년 11월 3일 일요일

Eclipse configuration tuning

1. JVM Heap memory(eclipse.ini 설정변경)
-vm
C:/G-MES2.0/jdk1.6.0_26/bin/javaw.exe
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx768m
2. Automatic folding 설정 해제
Window > Preferences > Java > Editor > Folding 옵션을 모두 해제(disable)한다.
3. Automatic Code Insight 설정 해제 (개발자 선택)
Window > Preferences > Java > Editor > Code Assit 에서 Enable auto activation 항목을 해제(disable)
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. 사용자 정보 수집 해제
Window > Preferences > Usage Data Collector 에서 Enable capture 항목 해제
8. Maven index 해제
Window > Preferences > Maven에서 모든 항목 해제
9. KeepResident 플러그인
메모리에 여유가 있다면 KeepResident Eclpse plugin for Windows - KeepResident Eclipse plugin 을 설치한다. (화면 창을 내렸다 올릴경우 버벅이는 현상 제거 - 대기중이던 모든 GC가 작동하여 느리게 됨)
link - http://suif.stanford.edu/pub/keepresident/
10. 이클립스 자동 업데이트
Window > Preferences > Automatic Updates 에서 Automatically find new updates and notify me 항목 해제
11. 시작을 빠르게
Window > Preferences > General > Editors > close all editors on exist 항목을 설정(enable) 한다.
Window > Preferences > General > Startup and Shutdown 에서 KeepResident 플러그인을 제외한 모든 플러그인을 startup list 에서 제외한다.

12. 개발 Perspective를 Java로 설정해서 사용한다.
Window > Open Perspective > Other 에서 Java 선택

댓글 없음 :

댓글 쓰기