Eclipse Settings for Mac

I’ve found Eclipse (3.5) runs really slow on Mac in recent releases.

These settings seem to help somewhat. Add/Update them in the eclipse.ini file which can be found in the eclipse package on your mac.

-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx512m

The ‘Dosgi.requiredJavaVersion’ property (set to 1.5 by default), make sure Java 1.6 is used. The other settings set the memory allocation – make these more if Eclipse is still running slow.

This entry was posted in Uncategorized. Bookmark the permalink.

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> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">