hello world

ECLIPSE 최적화 본문

WEB/java

ECLIPSE 최적화

sohyun_92 2020. 1. 12. 20:28
728x90

[ECLIPSE 속도 개선하는 방법]

1.window탭 -> Preferences 

 

    1) validation

       전체 체크 해제 -> apply

 

 

 

 

      2)java -> editor > folding 에서 

         Enable folding 체크 해제

 

 

3)General -> Editors ->spelling 

    enable spell checking 체크 해제

 

 

4)general -> startup and shutdown 에서 체크 해체

 

 

 

5) java->editor->content Assist -> Auto Activation 항목 중 enable auto activation 체크를 해제

 

 

 

 

 

6) general -> show heap status 체크 

 

이클립스 화면 아래에서 확인 가능 휴지통 누르면 메모리 최적화

 

2.최대 메모리 변경

eclipse가 설치된 경로로 가서 eclipse.ini를 수정해주어야한다.

 

 

Xms(java heap start size)

Xmx(java heap maximum size)

 

램이 8GB 이상일 경우 2048m

       이하일 경우 1024가 권장 사항이다.

 

수정 후 이클립스 재시작하면  여기서 확인 가능하다.

 

이클립스 화면 아래에서 확인 가능 휴지통 누르면 메모리 최적화

 

 

Comments