Eclipse Performance Optimization

Source: Internet
Author: User
Tags win32

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.