Trying to work with Eclipse for Android (ADT plugin) on my iMac (2.4Ghz, 4Gb RAM) and very slow (Eclipse Galileo SR2 x64).
I know about eclipse.ini tricks and make some changes, for example:
-XX: MaxPermSize = 256m
-Xms256m
-Xmx1024m
-XX: + UseCompressedOops
-XX: + AggressiveOpts
-XX: + UseConcMarkSweepGC
And use Java 1.6 by default:
-Dosgi.requiredJavaVersion = 1.6
But still freeze with a small project. Even scrolling a class with 50LOC is very slow. IntellijIdea works much faster on the same projects.
Got some secret spells to win?