How to Improve eclipse Performance

Source: Internet
Author: User
How to Improve eclipse Performance

Conversion from (dev2dev)

  • Set memory Stack

Set the Minimum Memory and maximum heap for the Java Virtual Machine, and allocate a majority of system memory to eclipse.

By default, the Java Virtual Machine gets the minimum amount of memory, so you should let the virtual machine know exactly how much memory it needs. In

On Windows, UNIX, and Linux, you can use Java commands containing the maximum and minimum values in the command line mode. For example,

-Xms64m-xmx200m. (Note: You can use the Java-x command to view the usage method ).

In Mac OS X, you need to edit the parameter table file to open

% Eclipse_installationdir %/eclipse. APP/contents/info. plist and then edit XMS and

 

Xmx settings.

  • Automatic folding)





Choose WINDOW> Option> JAVA> editor> collapse tab (WINDOW> preferences> JAVA>-

> Editor-> folding tab) check box deselect to disable automatic folding.

  • Blocking Automatic Code prompts)





In the window> preferences> JAVA> editor> code assist tab

"Enable auto

The activation check box is deselected to block Automatic Code prompts. You can still use Ctrl + Space

(Control-space) to get the code prompt.

  • Close project



    Close all projects that you are not currently using. The fewer projects you open, the more code you update.

The fewer files to process.

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.