eclipse “计算附加信息”是什么意思?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2432321/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 14:30:33  来源:igfitidea点击:

What does "Computing additional info" mean?

eclipseeclipse-jdt

提问by JesperE

Eclipse Helios periodically starts running a job which displays "Computing additional info". During this time, Eclipse is very sluggish, bordering on unusable. What does this job do? Can I shut it off?

Eclipse Helios 会定期开始运行显示“计算附加信息”的作业。在此期间,Eclipse 非常缓慢,几乎无法使用。这个工作是做什么的?我可以关掉它吗?

I just hope that someone in the JDT team comes to sense and gets rid of it, make it go faster, or at the very least change it to something meaningful.

我只是希望 JDT 团队中的某个人能够理解并摆脱它,让它变得更快,或者至少将其更改为有意义的东西。

采纳答案by Aaron Digulla

Maybe this bug is related: Bug 293856 - [Browser] "Computing additional info" lag during content assist executions

也许这个错误是相关的: 错误 293856 - [浏览器] 在内容辅助执行期间“计算附加信息”滞后

Other than that:

除此之外:

  1. Disable the virus scanner for Eclipse files (projects and the folder where Eclipse is installed). On demand scanning can cause severe performance problems with Java's lazy loading.

  2. Disable all plugins that you don't need.

  3. Give Eclipse more RAM (512MB or more)

  4. Put 4GB of RAM into your computer. Costs nothing (

  1. 禁用 Eclipse 文件(项目和安装 Eclipse 的文件夹)的病毒扫描程序。按需扫描可能会导致 Java 延迟加载的严重性能问题。

  2. 禁用所有不需要的插件。

  3. 为 Eclipse 提供更多 RAM(512MB 或更多)

  4. 将 4GB 的 RAM 放入您的计算机。不花钱(

回答by Gustavo Amaro

I discovered how you can fix this problem. Go to

我发现了如何解决这个问题。去

Window > Preferences > General > Security > Secure Storageand click on "Clear Passwords"

Window > Preferences > General > Security > Secure Storage然后点击“清除密码

回答by nanda

It's computing/caching some information that will make some operations (like auto suggestion) faster.

它正在计算/缓存一些信息,这将使某些操作(如自动建议)更快。

I can only suggest several things:

我只能建议几点:

  • if you installed Mylyn, try to disable the Task-Focused Content Assist
  • check the -Xms and -Xmx parameter in eclipse.ini
  • try to stop the auto build
  • 如果您安装了 Mylyn,请尝试禁用 Task-Focused Content Assist
  • 检查 eclipse.ini 中的 -Xms 和 -Xmx 参数
  • 尝试停止自动构建