Eclipse Oxygen 导致整个系统变慢

Eclipse Oxygen causes slowdown the whole system

首先,我 运行 Eclipse Oxygen 在 windows 系统上使用了以下配置,我认为足够了。

系统信息:Intel core(TM) i7 处理器,8GB RAM,250 SSD 存储空间

虽然最初 Eclipse 运行良好,但在完成我的所有配置后,它导致我的整个系统变慢。我觉得我的处理器着火了! Eclipse 运行缓慢,甚至需要一段时间才能向下滚动。确认,系统上没有任何其他重进程 运行。

有没有人遇到过这种问题?这可能是由我隐式安装的插件或服务引起的吗?如果是这样,我该如何诊断和关闭此类恶意插件或恶魔?

Configuration that I have done after installing Eclipse

Machine performance while the Eclipse is running

CPU utilization is very high while the memory utilization looks okay

Eclipse is the process that cause to it

例如:

Eclipse Quick Search is a fast and easy to use "search as you type" text search tool. Open with Cmd-Shift-L, type your search and see results immediately.

必须创建和更新索引才能提供此类服务。如果你有很多文件,经常在分支之间切换,你可以考虑卸载这个插件。

请参阅 Window > 首选项:常规 > 启动和关机 以获取已激活的插件列表启动时。

根据我的经验,Web 开发人员插件会添加各种验证器。查看 "Preferences > Validation" 并禁用您不需要的任何内容。我通常禁用 HTML 和 JavaScript,因为它们 CPU 密集,因为它们的语法格式不正确。

我在启动和关机时禁用了 "Oracle Weblogic Server Tools" 插件(Window > 首选项:常规 > 启动和关机),现在 eclipse 工作正常。