GC Overhead limit exceeded eclipse

Source: Internet
Author: User
Tags gc overhead limit exceeded

Error when eclipse is packaged: GC Overhead limit exceeded eclipse

The reason is that the eclipse default configuration memory is too small to change the Eclipse.ini file under the Eclipse installation folder.

Eclipse.ini default files are as follows:

-startup
Plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
Org.eclipse.epp.package.standard.product
--launcher.defaultaction
OpenFile
--launcher. Xxmaxpermsize
256M
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
OpenFile
--launcher.appendvmargs
-vmargs
-dosgi.requiredjavaversion=1.7
-xms40m
-xmx512m

Modify the following:

-xms512m
-xmx1024m

The first is the smallest initialization memory and the second one is the largest occupied memory

can also be added-xx:maxpermsize=1024m This means that the file has been compiled to occupy the maximum memory, change the above parameter restart Eclipse,ok

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.