CPU 使用率的奇怪变化使 RubyMine 几乎无法使用 [包括图表]
我已经使用 RubyMine 大约两个月了,从那以后一直遇到性能问题。我认为这是因为调试器有问题,然后是因为交换。不,
所以我意识到,在 5 - 10 分钟内它工作正常,直到 RubyMine(或 Ubuntu?)决定交替使用一个核心 100%,而另一个核心不使用就这么多。它有时会恢复正常,但通常保持不变,这使得使用起来非常不愉快。
所以在这里您可以看到 30 秒左右的变化。
你怎么认为?
I have been using RubyMine for about 2 months now and been experiencing performance issues ever since. I thought it was because of the buggy debugger, then because of swapping.. Nay
So I realized that for 5 - 10 minutes it works fine, until RubyMine (or Ubuntu?) decides to use alternatively one core at 100 % and the other not so much. It sometimes goes back to normal but tipically stays the same, makin it really unpleasant to use.
So here you see the change around 30 sec.
What do you think?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果是 RubyMine 进程占用了您的资源,为 RubyMine 提供 CPU 快照可能有助于识别问题。
Providing a CPU snapshot for RubyMine may help to identify the problem if it's RubyMine process eating your resources.
虽然有点晚了,但显然这个问题仍然时不时地出现:)
我也遇到过类似的情况,rubymine 会占用所有内核中的所有可用 CPU 并且会冻结。最初它是通过 snap 安装的,但是当我使用 rubymine.sh 卸载它时,我遇到了同样的问题。
删除 /home/user/.cache/JetBrains/RubyMine2023.3 下的缓存目录对我来说是成功的:)
a bit late to the party but apparently this problem still pops up now and again :)
i had a similar situation where rubymine would take up all available CPU in all cores and would just freeze. initially it was installed via snap but when i uninstalled it used the rubymine.sh i got the same issue.
deleting the cache directory under /home/user/.cache/JetBrains/RubyMine2023.3 did the trick for me :)