Original Eclipse Start Error: An internal error occurred during: "Building Workspace".

Source: Internet
Author: User
Tags gc overhead limit exceeded

When you start eclipse, you find that the lower-right corner of the building workspce to 2%, does not move, eclipse for a long time did not respond, and then pop-up error message: An internal error occurred during: "Building Workspace ". GC overhead limit exceeded.

The following figure:


Search the Internet, said it is to modify the eclipse installation of the Eclipse.ini file, to increase the eclipse instance of memory allocation. Open the Eclipse.ini file, which reads as follows:

-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
Org.eclipse.epp.package.jee.product
--launcher.defaultaction
openfile
--launcher. Xxmaxpermsize
256M
-showsplash
org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
openfile
-vmargs
- dosgi.requiredjavaversion=1.5
-dhelp.lucene.tokenizer=standard
-xms512m
-xmx1024m
The corresponding rows to edit are as follows

-xms512m
-xmx1024m
Modify and save and 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.