"Go" Eclipse Auto Close Summary

Source: Internet
Author: User

1, memory configuration problems,
There is a problem with the setup of the Eclipse.ini file under the Eclipse directory, the general INI file settings mainly include the following items:

-vmargs
-xms40m
-xmx256m
-xx:permsize=64m
-xx:maxpermsize=128m explain the meaning below. -vmargs: Description follows the parameters of the VM
-xms40m: Virtual machine occupies the minimum memory of the system
-xmx256m: Virtual machine occupies the maximum memory of the system
-xx:permsize: Minimum heap size. Generally reported that the memory is not enough, it is said that this is too small,
The remainder of the heap space is less than 5% warning, it is recommended to set this slightly
Larger, but depending on the size of your machine's memory to set
-xx:maxpermsize: Maximum heap size. This is also appropriate larger so if there is a problem, first adjust the-xms40m: set it smaller, OK, 1g memory recommended set to:
-vmargs
-xms128m
-xmx512m
-xx:permsize=256m
-xx:maxpermsize=512m where-xx:permsize=64m can be set larger, but not more than MaxPermSize

-xmx512m 5% is 25.6M, theoretically requires-XMX value and-xx:maxpermsize must be greater than 25.6M

2. Plugin conflict problem
net.sourceforge.jode_1.0.5 This plugin causes Eclipse to shut down automatically

3. One of the system services is called Java Quick Start is disabled

4. Your eclipse has the SVN version control plugin installed, but the localized SVN version control is installed on your console.

WORKAROUND: You need to uninstall the localized SVN version control software.

Welcome you to Add.

"Go" Eclipse Auto Close Summary

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.