Myeclise 7.5 Boot Speed optimization MyEclipse 7.5 startup too slow solution

Source: Internet
Author: User

Many people feel that the myeclipse is too slow to start, because it integrates too many functions, but for most people is not necessary, only to be based on the project you are using to load the appropriate tools on the line. Wait until the other time to load the required.

<1> MyEclipse's installation directory has a file named Eclipse.ini, which is opened with Notepad to modify the parameters:
Change the-xms128m into-xms256m
Change the-xmx256m into-xmx512m

<2> remove modules that do not need to be loaded windows-preferences--> general--> Startup and Shutdown right

Shows the modules that were loaded when eclipse started, removing some modules as needed.

<3> Auto-Validate project profiles on startup Windows-> Preferences-> myeclipse Enterprise workbench->

Run Validation Just keep the Manual item on the validator list on the right. If you need to validate it, you just need to select

file, and then right click on Myeclipse-run validation.

Optimized modification of my machine
1. windows-preferences--> general--> Startup and shutdown the original machine started very slowly, but now

In a very quick way, because it almost removed all the items that should not be started loading.


2.eclipse.ini's file,
The original Startup project file
-startup
.. /common/plugins/org.eclipse.equinox.launcher_1.0.101.r34x_v20080819.jar
--launcher.library
.. /common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.r34x_v20080731
-clean
-configuration
Configuration
-vm
C:/Program Files/genuitec/common/binary/com.sun.java.jre.win32.x86_1.5.0.011/bin/client/jvm.dll
-vmargs
-xmx512m
-xx:maxpermsize=192m


After the change
-xx:maxpermsize=384m

With MyEclipse development process encountered sometimes in the page to write ".", half a day to respond to, or write a few lines of code, save half to complete, and so on other suspended animation phenomenon.
Many methods on the Internet do not have one by one verification, recorded so for reference:
Method One
MyEclipse always wait for several seconds to open JSP?
This problem is really annoying, in fact, are MyEclipse "smart" results (it defaults to open with visual designer), the following settings can be effectively alleviated.
1. Either right click on the file, choose Open With-"MyEclipse JSP Editor Open, so will not use the visual open, less cost source, automatic prompt also very fast."
2. Either take a permanent approach Window--"Preferences-" general-"Editors-" File associations set the Editor Association of the default dozen *.jsp to MyEclipse JSP Editor .

Method Two recommended
modifying Eclipse.ini files

-clean
-showsplash
Com.genuitec.myeclipse.product.ide
--launcher. Xxmaxpermsize
256m
-vmargs
-xms128m
-xmx512m
-duser.language=en
-xx:permsize=128m
-xx:maxpermsize=256m

Parameter description:


|-vmargs: Describes the parameters of the VM after
|
|-xms128m: Virtual machine occupies the minimum memory of the system
|
|-XMX512M: Virtual machine takes up the maximum memory of the system
|
|-xx:permsize: Minimum heap size.
|
|-xx:maxpermsize: Maximum heap size. |

Turn off Automatic Updates

1.window->preferences->general->startup and shutdown-> cancel the "Automatic Updates Scheduler" item

2.window->preferences->myeclipse Enterprise workbench->maven4myeclipse->maven-> Cancel "Download Repository Index Updates "item

3.window->preferences->myeclipse Enterprise workbench->maven4myeclipse->myeclipse dashboard-> Cancel " Show MyEclipse Dashboard on startup

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.