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