by Bhumi // Aug 2,2012 // 4 comments
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.
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
Be a Contributor at CreativeDev.Write an article or tutorial to the community and share some of your knowledge!
Pingback: To speed up Eclipse IDE | Creative Dev | Laughing
Hi,
Thanks for sharing that trick. It seems that the last version of Eclipse (Version: 3.0.2) is bundled with this Xms and Xmx settings
Thank you. This code is very useful for us.
thanks bhoomi, i learn new about PHP