아실만한 분들은 다 아시는 TIP이라 중복될지도 모르겠지만 제가 아는게 이거 하나라 올려보겠습니다..^^;;
우선 바탕화면이나 빠른실행에 있는 eclipse의 바로가기 아이콘의 등록정보를 열면
바로가기 대상이 있습니다. 이것을 설정하여 workspace와 memory를 조절할 수 있는 팁입니다.
기본 적으로 다음과 같이 되어 있습니다.
C:\eclipse\eclipse.exe
여기서 몇가지 항목을 추가하겠습니다.
-data : workspace로 지정할 디렉토리를 절대경로로 지정.
예) -data C:\workspace\
-vmargs : momory를 얼마나 지정할 것인지 최소 값과 최대값을 지정.
예) 최소값 128M, 최대값 256M : -vmargs -Xms128m -Xmx256m
보통 workspace는 기본으로 사용하지만 특정 디렉토리를 정해서 프로젝트를 관리할때
위와 같이 지정해 주면 편리하죠.
또한 이클립스가 무거운 editor로 유명하지만 메모리를 충분히 늘려준다면
코딩하다가 이클립스가 죽어버리는 경우를 미연에 방지할 수 있으니 유용한 팁이라 생각합니다.
추가로 이클립스에서 메모리를 관리하는 plugin하나 추가합니다.
사용법은 압축을 풀어주시고 단순히 플러그인 폴더에 추가하신뒤에
이클립스를 다시 로딩시키시면 추가됩니다.
--------------------------------
메모리 확인 Plugin
다운로드 사이트정보
Eclipse Status Monitor
The Eclipse Status Memory Monitor Plugin offers the continiously dynamic inspection of the Eclipse IDE's memory consumption and the automatic and forced execution of garbage collection for the Eclipse IDE. The Status Memory Monitor installs itself into the Eclipse status line area and is customizable to the users needs.
The Status Memory Monitor Plugin for the Eclipse Workbench offers:
- The continiously dynamic inspection of the Eclipse Workbench memory consumption inside the Eclipse status line
- The automatic and forced execution of garbage collection for Eclipse
- The visualisation of a setable warn memory indication for Eclipse
- The individual settup of the Memory Monitors sampling rate
- To customize it's options and used colors individually
- Included online help
Screenshots
Compatibility
This Plugin has been tested with Eclipse R3.1 and a Java jdk1.5.0_02 under Win2K/XP.
http://www.kyrsoft.com/downloads/downloads.html
> 다양한 플러그인들을 확인할수 있다.
설치된 Eclipse 폴더에 덮어 씌운후.. 이클립스 실행하면 다음과 같이 화면 하단에 추가된다.