#eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.java.product
--launcher.XXMaxPermSize
256M // Size of the Permanent Generation
-showsplash
org.eclipse.platform
-vm
C:\Java\jdk1.6.0_12\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms128m // set Initial Java Heap Size
-Xmx256m // set Maximum Java Heap Size (必) Max Size ≥ Initial Size
# A Collection of JVM Options
# Eclipse(Galileo)에서 Heap Status 확인하기
- windows > preference > General > Show heap status
- Trash Box 를 클릭해주면 Garbage collector 가 실행됩니다. :)
'▒ Make Sense > . Let's do IT' 카테고리의 다른 글
| Reality Mining (0) | 2010/08/01 |
|---|---|
| 모바일 카드시장, 모바일 금융 (0) | 2010/03/08 |
| Eclipse Galileo .ini setting 관련 (0) | 2010/02/04 |
| Android기반 Open Source Project 및 참고사이트 (0) | 2010/01/25 |
| Google Wave (0) | 2009/11/13 |
| WMTwitter Client #PokeTwit (0) | 2009/10/22 |
| Android (0) | 2009/10/19 |
| 개발자가 성공하는길 (0) | 2009/09/15 |
| [DigiEco] Mobile Web 2.0 오픈세미나 (0) | 2009/09/12 |
| 블로그에 Tweet Board 달기 (4) | 2009/08/24 |
| 블로그에 Twitter 'Follow me' Badge 달기 (0) | 2009/08/23 |

