Zend Studio (Eclipse) using speed optimization methods

Source: Internet
Author: User
Tags manual ini win32 zend
The original title is the optimized myeclipse7.0 speed (especially the building workspace), which is the same as the eclipse settings.

Everyone must be buileding workspace when the slow speed to the trouble to the bar ~

In fact, as long as the building in the Project option automatically before the hook removed, it can be a lot faster.

In addition everyone must be myeclipse the speed often feel pain put, OK, now start to MyEclipse speed:

One, increase the JVM's non heap memory
Open Eclipse.ini
-showsplash
Com.genuitec.myeclipse.product
–launcher. Xxmaxpermsize
256M
-vmargs
-dosgi.requiredjavaversion=1.5
-xms128m
-xmx512m
-dosgi.splashlocation=e:myeclipse 6.0eclipsemyeclipsesplash.bmp
-duser.language=en
-xx:permsize=128m
-xx:maxpermsize=256m
Turn down the-xx:maxpermsize, such as-xx:maxpermsize=512m, and-xx:permsize as big as-xx:maxpermsize.
Almost every eclipse card is due to the lack of heap memory, the largest and smallest is the same because do not let myeclipse frequent memory area size
Note: The size of xx:maxpermsize and XMX cannot exceed your computer's memory size!

The contents of the Eclipse.ini in my MyEclipse7.0:


---------------------------------------------------------------------
-startup
Plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800
-clean
-showsplash
Com.genuitec.myeclipse.product
--launcher. Xxmaxpermsize
512m//Original is 256 I changed to #我机子4GB内存我全改1024M

-vmargs
-xms128m//Original is 40 I changed to 128
-xmx512m
--------------------------------------------------------------------------------
Two. Remove modules that do not need to be loaded
A system 20% function is often able to meet the requirements of 80%, MyEclipse is no exception, we only need 20% of the system in most cases, so you can put some unused modules to prohibit loading boot. By windows-preferences Open the Configuration window, select the General-startup and Shutdown on the left, this time on the right side shows the Eclipse startup module loaded, you can remove some of the modules according to their actual situation.
Windows–>perferences–>general–>startup and shutdown
Turn off the useless startup items:
How do you know which startup items are useful? I now know the launch of the use of a word, there are many do not understand, I hope you understand the reply in the following AH:
WTP: A similar thing to MyEclipse, the main difference is that WTP is free, if the use of myeclipse, this can be canceled
Mylyn: Team task management tools, similar to CVS, to manage the progress of the project in a task, the useless can be canceled
Derby: A database saved as a jar, I don't use it, cancel
A large row of MyEclipse Easie start items: MyEclipse supported servers, only select their own, other cancellation, such as I chose Tomcat

Three. Cancel MyEclipse automatically validate project configuration file at startup
By default, MyEclipse automatically validates each project's profile at startup, which is a time-consuming process that you can select Myeclipse-validation in the Preferences window, and then in the validator list on the right, keep only The Manual item is OK. If you need to verify the time only need to select the file, and then right-click the Myeclipse-run validation on it.
Windows–>perferences–>myeclipse–>validation
Except for all the points below manual, the build only leaves Classpath dependency Validator
Manual Verification Method:
On the file you want to verify, right-click –>myeclipse–>run validation

Four, spell check will bring us a lot of trouble, our method name will be the abbreviation of the word, he will be prompted with errors, so it is best to remove, not much use:
Windows–>perferences–>general–>validation->editors->text editors->spelling

V. MyEclipse Open JSP's default editor is not good, will open the preview at the same time
Windows–>perferences–>general–>editors->file Associations
Change the default to MyEclipse JSP Editor

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.