#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 가 실행됩니다. :)