Steps to speed up Eclipse
I found an interesting link which helped me to speed up the eclipse loading time. Let me know if that helped you.
Heap size and Eclipse
To increase heap size of eclipse editor, modify eclipse.ini file to the values you need
-vmargs
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=128M
