Eclipse is slow to begin with on a quad-core, 12GB Windows 8 computer. It slows down to a crawling speed over time even for a simple activity such as opening a file. Restarting Eclipse restores its initial performance.
Is there a way to prevent its performance deterioration over time without restarting it?
I use Eclipse for Android app development
Added: The following is the content of the eclipse.ini:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx1024m