fedora 12 – optimize eclipse (running original / true java version)
hello
I just tried fedora’s 12 eclipse Version. This way a fried ( thx @chris
) told me about optimizations
Fedora delivers openjava. This is not optimal for using eclipse. Furthermore most of up2date systems are able to provide more RAM Reservation. –> needed for performance –> better working
My “/usr/lib64/eclipse/eclipse.ini” (optimizations bold)
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.200.v20090519
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
256m
-vm
/usr/java/jre1.6.0_18/bin
-vmargs
-Xms512m
-Xmx1024m
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding
-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile
-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles
You have to payattention for two things: Cut the /vm and the path for the java-verison in two lines (will not work in one). and for the RAM reservation is important to know that the ram will be reserved in one piece. That’swhy it should be really available on your system