Subpacket.com

Eclipse and Large Projects

by subpacket on Mar.24, 2009, under General

So I had some problems with Eclipse moving crappy slow, and on top of that, I lost my auto-complete abilities for my project. The problem? I was working with a rather large PHP project and it appears that java heap size was the problem.

Solution: Increase the Java heap size used by the VM that runs eclipse like so:

./eclipse -vmargs -Xmx512M -XX:MaxPermSize=128M

And that’s it! By default eclipse uses 256MB heap size which, for my project, seemed to be too small.. but this fixed it. Now eclipse auto-complete works, and it runs smoooth as butta. :)

Hope it helps others that are having problems with large projects in eclipse.

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Archives

All entries, chronologically...