사용자 도구

사이트 도구


software:eclipse:performance

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
software:eclipse:performance [2013/02/12 00:19]
starlits
software:eclipse:performance [2013/02/12 00:23] (현재)
starlits [eclipse.ini 수정전]
줄 8: 줄 8:
 -startup  -startup 
 plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
- 
 --launcher.library  --launcher.library 
 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
- 
 -product  -product 
 org.eclipse.epp.package.jee.product org.eclipse.epp.package.jee.product
- 
 --launcher.defaultAction  --launcher.defaultAction 
 openFile openFile
- 
 --launcher.XXMaxPermSize  --launcher.XXMaxPermSize 
 256M 256M
- 
 -showsplash  -showsplash 
 org.eclipse.platform org.eclipse.platform
- 
 --launcher.XXMaxPermSize  --launcher.XXMaxPermSize 
 256m 256m
- 
 --launcher.defaultAction  --launcher.defaultAction 
 openFile openFile
- 
 -vmargs  -vmargs 
 -Dosgi.requiredJavaVersion=1.5  -Dosgi.requiredJavaVersion=1.5 
줄 73: 줄 65:
  
 ==== 메모리 정의 ==== ==== 메모리 정의 ====
 +===  ===
  
 | 1 기가 이하 메모리인 컴퓨터인 경우 | -Xms256m -Xmx256m | | 1 기가 이하 메모리인 컴퓨터인 경우 | -Xms256m -Xmx256m |
줄 80: 줄 73:
 ==== 메모리 영역관리 ==== ==== 메모리 영역관리 ====
   - JVM 은 3가지 메모리 영역을 관리합니다.   - JVM 은 3가지 메모리 영역을 관리합니다.
 +
 +===  ===
  
 | Permanent(영구) 영역 | JVM 클래스와 메소드를 위한 공간. = PermSize 설정 | | Permanent(영구) 영역 | JVM 클래스와 메소드를 위한 공간. = PermSize 설정 |
줄 85: 줄 80:
 | Old 영역 | 만들어진지 오래된 객체들의 공간.(New 영역에서 이동해 온다) | | Old 영역 | 만들어진지 오래된 객체들의 공간.(New 영역에서 이동해 온다) |
  
 +
 +=====  =====
 +
 +[펌] http://blog.naver.com/sungback/90097516641
software/eclipse/performance.1360595941.txt.gz · 마지막으로 수정됨: 2013/02/12 00:19 저자 starlits