-
Notifications
You must be signed in to change notification settings - Fork 14
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
Memory leak when using mouse scroll #60
Comments
Thanks for the report! Is it possible to add profiling result: https://www.gnu.org/software/emacs/manual/html_node/elisp/Profiling.html ? |
Ah thats getting closer
|
Switching lsp-inlay-hints-mode off won't busy-loop/memory leak anymore |
I was going to ask you to try that. :-) Can you open an issue in lsp-mode since this seems to be because of it ? |
lsp-update-inlay-hints-on-scroll is the culprit! disabling that fixes my problem. .. i will forward it to lsp-mode |
|
Since quite some i have a memory leak with rustic when using the mouse wheel and scrolling down to the bottom of a rust source file.
CPU usage goes to 100% and memory usage dramatically increases until it hits OOM pretty fast.
This only happens when rustic is enabled, not in any other mode, not in rust-mode either and only when scrolling down with the mouse wheel. Not when hitting the bottom with cursor/pg-down.
I use emacs from debian-stable
and use-package/vc-use-package bleeding edge rustic:
The text was updated successfully, but these errors were encountered: