Eclipse.ini:
1, small memory, good running situation
-startup
Plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-product
Com.android.ide.eclipse.adt.package.adtproduct
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
OpenFile
-vmargs
-dosgi.requiredjavaversion=1.8
-verbose:gc
-xx:+printgcdetails
-xx:+printgcdatestamps
-xloggc:d:\program Files (x86) \eclipse\adt-x86_64\adt-x86_64\eclipse\gc.log
-xms512m
-xmx512m
-xx:newsize=256m
-xx:maxnewsize=256m
-xx:permsize=96m
-xx:maxpermsize=96m
-xx:+disableexplicitgc
-xx:compilethreshold=100
-xverify:none
-xx:+useparnewgc
-xx:+useconcmarksweepgc
-xx:cmsinitiatingoccupancyfraction=80
2. Large Memory
-startup
Plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-product
Com.android.ide.eclipse.adt.package.adtproduct
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
OpenFile
-vmargs
-dosgi.requiredjavaversion=1.8
-verbose:gc
-xx:+printgcdetails
-xx:+printgcdatestamps
-xloggc:d:\program Files (x86) \eclipse\adt-x86_64\adt-x86_64\eclipse\gc.log
-xms1600m
-xmx1600m
-xx:newsize=800m
-xx:maxnewsize=800m
-xx:permsize=256m
-xx:maxpermsize=256m
-xx:+disableexplicitgc
-xx:compilethreshold=100
-xverify:none
-xx:+useparnewgc
-xx:+useconcmarksweepgc
-xx:cmsinitiatingoccupancyfraction=80
3, large memory.
-clean
-startup
Plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-product
Com.android.ide.eclipse.adt.package.adtproduct
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
OpenFile
-vmargs
-dosgi.requiredjavaversion=1.8
-verbose:gc
-xx:+printgcdetails
-xx:+printgcdatestamps
-xloggc:d:\program Files (x86) \eclipse\adt-x86_64\adt-x86_64\eclipse\gc.log
-xx:maxpermsize=256m
-xms40m
-xmx2048m
-xss1024k
-xss1024k
-xx:+disableexplicitgc
-xx:compilethreshold=100
-xx:+useparnewgc
-xx:+useconcmarksweepgc
-xx:cmsinitiatingoccupancyfraction=80
-xverify:none
Eclipse Performance Optimization