Eclipse has always reported an internal error occurred during: "Building Workspace". GC Overhead limit exceeded

Source: Internet
Author: User
Tags gc overhead limit exceeded

The project that was recently imported into eclipse is very large, and every time eclipse starts, it returns to update workspace and then keeps saying:

An internal error occurred during: "Building Workspace". GC Overhead limit exceeded

This error.

Workaround:

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:

Modify the following:

-xms512m-xmx1024m

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

You can also add-xx:maxpermsize=1024m, which means that you always have the maximum memory when compiling a file, restarting eclipse

If your computer's memory is large enough, allocate a little more eclipse. I will be set to 512m or error, simply set to 1024.

Eclipse has always reported an internal error occurred during: "Building Workspace". GC Overhead limit exceeded

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.