My Eclipse is very slow. I am using it for android projects and it is damn slow when making a build or cleaning the project. I have latest android sdk 21 and ADT 21 installed. My Laptop's configuration is :-
Dell Latitude
4 gb ram
core i5
32 bit OS
I tried changing the eclipse.ini file but every time i increase the heap size there the eclipse does not start and shows an error "unable to run Java virtual Machine". Here is me ini file:-
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
768m
--launcher.defaultAction
openFile
-vmargs
-Xms768m
-Xm1280m
Please suggest some trick to make it fast. Thanks in Advance.