如何调整这个eclipse.ini文件来提高eclipse(Helios)的性能? [英] How to tweak this eclipse.ini file to improve the performance of eclipse(Helios)?

查看:187
本文介绍了如何调整这个eclipse.ini文件来提高eclipse(Helios)的性能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的eclipse.ini文件

Here's my eclipse.ini file

-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-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
-Xms40m
-Xmx384m

我应该添加什么来提高eclipse的速度呢有一个3GB的Ram,所以我期待增加分配给eclipse的内存。
会增加 - launcher.XXMaxPermSize 做这个工作?
我已经阅读了这个什么是最好的JVM设置对于Eclipse?。但是,ini文件似乎与我的位置有点不同,我有点怀疑我会损坏我的工作区和其他设置,所以没有玩过。

What all should i add to improve the speed of eclipse to this.I have a 3GB Ram so i am looking forward to increase the memory allocated to eclipse. Would increasing --launcher.XXMaxPermSize do the job? I have read this What are the best JVM settings for Eclipse? .But the ini file seems to be a bit different from mine.I was a bit skeptical that i would corrupt my workspace and other settings so didn't play around with it.

有人可以建议我在这里添加和更改,以提高eclipse的性能

Can someone advise me on what to add and change here so as to improve the performance of eclipse

推荐答案

一个选项可能是确保Eclipse以更新的JDK启动。目前,您只要求Java版本至少为1.5。如果您的Eclipse正在运行JDK 1.5,那么去Java7会给你一个更好的性能,我也怀疑启动性能。

One option could be to ensure that Eclipse is started with a more current JDK. Currently, you only demand that Java version should be at least 1.5. If your Eclipse is really running with JDK 1.5, going to Java7 will give you a way much better performance, and I suspect start-up performance as well.

这篇关于如何调整这个eclipse.ini文件来提高eclipse(Helios)的性能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆