Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High CPU usage across multiple cores when clicking or scrolling on popup lists. #456

Open
jpoisso opened this issue Jan 5, 2023 · 0 comments
Assignees

Comments

@jpoisso
Copy link

jpoisso commented Jan 5, 2023

I noticed that my CPU spikes at 100% on all cores when I scroll through a list (or click items rapidly) within a popup window.

I can understand resource usage while actively writing code but I don't think this should be enabled when scrolling suggestions since it does not alter the code until confirmation.

You can easily reproduce the issue by opening Intellij on a fresh project with a single file. I used main.rs (rust project) and whenever I scroll or click on suggestions, all CPUs spike.

image

I held the down arrow for 30 seconds:

image

IntelliJ IDEA 2022.3.1 (Ultimate Edition)
Build #IU-223.8214.52, built on December 20, 2022
Tabnine plugin version 0.8.10

if I disable the plugin and restart Intellij, the problem goes away and if I re-enable and restart, the problem comes back.

gz#20612

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants