java – 如何加速Eclipse Juno?

更新到 Eclipse Juno之后,我发现当我更改视图时它会间歇性地冻结.它也变慢了.调整堆大小对性能没有任何积极影响.

如何提高Eclipse的性能

解决方法

更新:
Eclipse Juno的新性能版本(SP2)已经发布.因此,如果您的Eclipse Juno(4.2)太慢或者它间歇性崩溃,它可以更新到SP2.

只需转到帮助 – >检查更新

附:请在执行此操作之前备份Eclipse文件夹.

ORIGNAL ANSWER:

这是Eclipse Juno中的一个已知问题,并且已经发布了一个补丁.安装此功能可修复性能问题 –

http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation

引用

Several major performance defects have been addressed in the Juno SR2
stream (4.2.2). Community members have confirmed that these fixes
substantially address the performance problems with editor and view
opening,closing,and switching. These fixes will be widely available
in the Juno Service Release 2 (February 2013) and Kepler (June 2013)
releases. Meanwhile,a patch is available for those using Juno SR1
that provides early access to these fixes. To install this patch:

Ensure you are already running on a package from the Juno SR1 release
(September 2012) Invoke Help > Install New Software Select this
repository: 07001 Expand
Juno SR1 Patches and install Eclipse UI Juno SR1 Optimizations To
repeat,this patch is only intended for users of the Juno SR1 release.
If you have a Juno SR2 maintenance build from November 21 or later,or Kepler stream milestone M4 or later,this patch is not required.

相关文章

最近看了一下学习资料,感觉进制转换其实还是挺有意思的,尤...
/*HashSet 基本操作 * --set:元素是无序的,存入和取出顺序不...
/*list 基本操作 * * List a=new List(); * 增 * a.add(inde...
/* * 内部类 * */ 1 class OutClass{ 2 //定义外部类的成员变...
集合的操作Iterator、Collection、Set和HashSet关系Iterator...
接口中常量的修饰关键字:public,static,final(常量)函数...