MyEclipse8.5 performance optimization, how to reduce memory usage

Source: Internet
Author: User

1, Windows>perferences>myeclipse>validation
Cancel all of the builds, and if you need to verify a file, we can verify it individually. The method is: on the file that needs to be validated (right-click->myeclipse->runvalidation.
2, start the optimization, close the module that do not need to use
So you can disable the loading of some modules that are not in use.
Window>preferences>general>startupandyshutdown listed here are the modules loaded at myeclipse startup, I just let it load tomcat6 tick MyEclipseEASIETomcat6.
WTP: A thing similar to MyEclipse, the main difference is that the WTP is free, if you use MyEclipse, this can be canceled
Mylyn: Team task management tools, similar to CVS, manage project progress in a task-based organization, which can be canceled
Derby: A database saved as a jar, I didn't use to cancel a large row of Myeclipseeasie start-up items: MyEclipse supported servers, only choose their own, other cancellations, such as I only chose Tomcat.
3, MyEclipse8.5 SVN performance optimization remove MyEclipse spell check (if you feel useful can not go)
Spell check will bring us a lot of trouble, our method of naming will be the abbreviation of the word, he will prompt the wrong,
So it's better to get rid of it, not much use.
window>perferences>general>editors>texteditors>spelling> Remove the enablespellchecking check box.
4, MyEclipse8.5 SVN performance Optimization Modification MyEclipse edit JSP page editing tools
Window>perferences>general>editors>fileassociations>
Select *.jsp> in FileTypes to set "Myeclipsejspeditor" to default in Associatededitors. There is also the default editor for XML files
5. MyEclipse8.5 SVN performance Optimization Modify the Myeclipse.ini file of the MyEclipse installation directory to increase the non-heap memory of the JVM
The details are as follows: Java code-configuration
configuration-vmargs-xms256m-xmx512m-xx:permsize=128m
-xx:maxpermsize=256m
-xx:reservedcodecachesize=64m
6, use JRockit as Eclipse's JAVAVM
Eclipse startup parameter, specifying the JRE "E:/myeclipse8.0/myeclipseblueedition8.0ga/myeclipse-blue.exe" to use when Eclipse starts-vme:/jrockit/ jrrt-3.1.2-1.6.0/bin/javaw.exe-vmargs-xms256m-xmx512m
Inside Eclipse, Window>preferences, then select Java>installedjres to add JRockit and set as default. In this way, you can use JRockit to compile the project.
7. Turn off Automatic Updates
1.window->perferences->general->startupandshutdown tick off Automaticupdatesscheduler (Automatic Update Scheduler)
2.window->perferences->myeclipse->maven4myeclipse hook on enablemaven4myeclipsefeatrures; OK close window; This step is to show the MAVEN node in step 3rd
3.window->perferences->myeclipse->maven4myeclipse–>maven Hook off Downloadrepositoryindexupdatesonstartup.

MyEclipse8.5 performance optimization, how to reduce memory usage

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.