Eclipse slow start Solution

Eclipse solve slow start, slow-running Methods

Modify the configuration file

  • Modify eclipse profile eclipse.ini, because the default configuration of the eclipse maximum operating memory set only 256 m, obviously too low, we want to increase the appropriate point.

  • My laptop is configured SSDs + 8G memory, but has been used for several years, so the relatively poor performance, following on the transfer of data, if the computer configuration is high, you can continue to run up to increase memory. Then the specific modification operation, refer to the screenshot below.

1
2
-Xms256m
-Xmx512m

Here Insert Picture Description

Here Insert Picture Description

Modify the JRE

  • Modify the JRE in  the Default VM the Arguments  . The JDK memory to run also raised. Specific operation is as follows in FIG.

Here Insert Picture Description

Modify the default authentication eclipse

  • After entering the eclipse, open the Preferences dialog. Close unnecessary verification, FIG pressing operation, leaving only recommends the following Build  the Classpath the Dependency the Validator . Specific operation is as follows in FIG.

Here Insert Picture Description

Here Insert Picture Description

Modify the startup plug

  • Eclipse default during the boot process will automatically help us load most of the time do not need to use some of the plug-in, this time I just need to load the corresponding function plug-in to turn off the line. Specifically as shown in FIG.

Here Insert Picture Description

Turn off the automatic compilation

  • Turn off the automatic compilation of code written in JAVA in eclipse, but also appropriate to enhance the speed. Specifically as shown in FIG.
Note: If by four kinds of ways to modify the above, eclipse running speed has been significantly improved, do not turn off compiler features that may affect your development habits! ! !

Here Insert Picture Description

 

Transfer: http://zwd596257180.gitee.io/blog/2019/04/17/eclipse_slow/

Guess you like

Origin www.cnblogs.com/xyyou/p/11258846.html