Foam Gold: Eclipse Card dead cup memory double burst, cancel validation invalid--see here to modify. Project to do with me

Source: Internet
Author: User

Background

Company Spec JAR package management, after MAVEN is enabled. The new project has come to MAVEN project

Problem

The new project causes the CPU to explode after eclipse [99%] This does not do open JSP, JS. Direct Card crashes

Goal

As in previous projects, normal use is no lag

Exclude

1. Cancel all verification, auto-completion, etc.

2. Increase the Eclipse.ini memory method

Eventually

Modify the. project file to prune the runtime plug-ins and validations

<?xml version= "1.0"  encoding= "UTF-8"?><projectdescription>    < name>contrast</name>    <comment></comment>     <projects>    </projects>    <buildSpec>         <buildCommand>             <name>org.eclipse.wst.common.project.facet.core.builder</name>             <arguments>             </arguments>        </ buildcommand>        <buildcommand>             <name>org.eclipse.jdt.core.javabuilder</name>             <arguments>             </arguments>        </buildcommand >        <buildCommand>             <name>org.eclipse.m2e.core.maven2Builder</name>             <arguments>             </arguments>         </buildCommand>    </buildSpec>    <natures>         <nature>org.eclipse.jdt.core.javanature</nature>         <nature>org.eclipse.m2e.core.maven2Nature</nature>         <nature>org.eclipse.wst.common.project.facet.core.nature</nature>     </natures></projectDescription>

These configuration instructions:
Project Name <name></name>
Project Comment Description <comment></comment>
Additional Eclipse plugins required for runtime <natures></natures>

Load Mode information <buildSpec></buildSpec>
Links to resources outside the project <linkedResources></linkedResources>

Summarize

If your eclipse card is dead, the normal removal validate validation is not valid, try to increase the Eclipse.ini boot memory or the card, then you might want to try to modify the. project file. The specific idea is to reduce plug-ins & Cancel verification.


March 16, 2017

From Xi ' an e-government office

Chapter * *

NET name: Mo Mo Jin

This article is from the "foam gold it experience and skills" blog, please be sure to keep this source http://zl0828.blog.51cto.com/2242565/1907229

Foam Gold: Eclipse Card dead cup memory double burst, cancel validation invalid--see here to modify. Project to do with me

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.