如何在QNX6下提高Eclipse IDE的性能 [英] How to improve the performance of Eclipse IDE under QNX6

查看:166
本文介绍了如何在QNX6下提高Eclipse IDE的性能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我们在VMWare环境中运行的是通过QNX6运行Eclipse,而且速度非常慢。Eclipse的启动方式如下:

  / usr / qnx630 / host / qnx6 / x86 / usr / qde / eclipse / eclipse -data / root //工作区

/ usr / qnx630 / host / qnx6 / x86 / usr / qde / eclipse / jre / bin / pvm -pri 13 -ts 4 -gs 4
-gcperiod 500 -cs 512000 -nojit -numregs 64 -maxmem 256M -Djava.version
-classpath /usr/qnx630/host/qnx6/x86/usr/qde/eclipse/startup.jar
org.eclipse.core.launcher.Main -os qnx -ws光子-arch x86 -showsplash
/ usr / qnx630 / host / qnx6 / x86 / usr / qde / eclipse / eclipse -showsplash 600 -exitdata
/ usr / qnx630 / host / qnx6 / x86 / usr / qde / eclipse / eclipse -exitdata / tmp / eclipse_25b034
-data / root // workspace

任何想法,使其更快?像关闭一些功能,调整gc,一般想法不是特定于QNX或VMWare ...

解决方案

我会碰到最大内存(maxmem或Xmx)至少为512M - 我们运行512M至1024M,因为Eclipse相当重,这是所有插件和功能的预期。
此外,我将卸载您没有使用的任何最终用户插件。


We are running Eclipse over QNX6 in a VMWare environment and it's very slow.

Eclipse is launched like this:

/usr/qnx630/host/qnx6/x86/usr/qde/eclipse/eclipse -data /root//workspace

/usr/qnx630/host/qnx6/x86/usr/qde/eclipse/jre/bin/pvm -pri 13 -ts 4 -gs 4 
-gcperiod 500 -cs 512000 -nojit -numregs 64 -maxmem 256M -Djava.version 
-classpath /usr/qnx630/host/qnx6/x86/usr/qde/eclipse/startup.jar 
org.eclipse.core.launcher.Main -os qnx -ws photon -arch x86 -showsplash 
/usr/qnx630/host/qnx6/x86/usr/qde/eclipse/eclipse -showsplash 600 -exitdata 
/usr/qnx630/host/qnx6/x86/usr/qde/eclipse/eclipse -exitdata /tmp/eclipse_25b034 
-data /root//workspace                      

Any ideas to make it faster? Like turning off some features, tuning the gc, general ideas not specific to QNX or VMWare...

解决方案

I would bump up the max memory (maxmem, or Xmx) to at least 512M - we run with 512M to 1024M because Eclipse is fairly heavy weight, which is to be expected with all the plugins and features. Also, I would uninstall any end-user plugins you are not using.

这篇关于如何在QNX6下提高Eclipse IDE的性能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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