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

Source: Internet
Author: User
Tags gc overhead limit exceeded

When I started eclipse today, I found the lower right corner of the Building Workspce walked to 2%, did not move, eclipse for a long time did not respond, and then pop up the error message: An internal error occurred during: "Building Workspace ". GC overhead limit exceeded.

Such as:


Search the Internet, said to modify the eclipse installation of the Eclipse.ini file, increase the memory allocation of the eclipse instance. Open the Eclipse.ini file with the following contents:

[HTML]View PlainCopy
  1. -startup
  2. Plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
  3. --launcher.library
  4. plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
  5. -product
  6. Org.eclipse.epp.package.jee.product
  7. --launcher.defaultaction
  8. OpenFile
  9. --launcher. Xxmaxpermsize
  10. 256M
  11. -showsplash
  12. Org.eclipse.platform
  13. --launcher. Xxmaxpermsize
  14. 256m
  15. --launcher.defaultaction
  16. OpenFile
  17. -vmargs
  18. -dosgi.requiredjavaversion=1.5
  19. -dhelp.lucene.tokenizer= Standard
  20. -xms512m
  21. -xmx1024m

The corresponding line to edit is as follows

[HTML]View PlainCopy
    1. -xms512m
    2. -xmx1024m

Modify and save, and restart eclipse will be OK.

Eclipse Startup error: 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.