To speed up Eclipse IDE

by Bhumi // Aug 2,2012 // 4 comments

eclipse

Nowadays every PHP Developer using an IDEs(Integrated Development Environments) like NetBeans, eclipse etc. I am using Eclipse PDT as IDE for PHP development.

Eclipse PHP IDE is a first free tool contain thousands of useful features.But sometimes working with Eclipse is painful because of Eclipse IDE works slowly and sometime “DLTK indexing” start with eclipse and which takes too much times to complete.

A quick post on Eclipse PHP IDE that is to make eclipse fast with increasing the heap space of eclipse. You can easily adjust the heap memory in Eclipse PHP IDE.So Today I am going to explain how you speed up the eclipse.Its basically helpful to all eclipse users.

Lets have a look into the Steps:

STEP 1: First off, Disable Build Automatically in the Project menu.

STEP 2: Go to Eclipse installation folder

STEP 3: Open the eclipse.ini file

STEP 4: Increase the initial memory heap (-Xms40M,-Xmx128M) to other one as per below screen

 

STEP 5: Save the file and restart your eclipse.

NOTE: In eclipse.ini file, Xms is minimum space and Xmx is maximum space

I hope this post will helpful.I hope this post will help you. Don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.

RELATED POST

To grab content from nested tags in PHP

Recently I am working with scraping of data from external url and for scraping we always need to use preg_match function to get matched data. READ MORE

Check Email address using Network Functions

Today we are going back to basics of PHP with a quick tutorial on how to check email address using network functions of PHP.Network functions READ MORE

WordPress site into maintenance mode Without Plugin

With explained hook function over here,you can make WordPress site in “maintenance mode” easily.This is useful if you want to test a design change or READ MORE

Get English Ordinal Number Suffix in PHP

A post after very long time. Actually busy with work,here i am going to share one quick post about how to get English Ordinal Number READ MORE

To Display XML content using PHP Header

Nowadays web services are become more and more popular and Most commonly used format for exchanging information in web services are XML because XML is READ MORE

Feedback 4

  1. Pingback: To speed up Eclipse IDE | Creative Dev | Laughing

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">