Replies: 1 comment 4 replies
-
|
Hi! Judging by the list of contenders, I'd indeed suspect My approach would be to try to eliminate Neovim plugin side of things by swapping them with alternatives. If the leak reproduces with an alternative plugin, then it is likely that neither of original or alternative plugin are the cause. Like, replace 'blink.cmp' with another completion plugin ('mini.completion', for example) and try to reproduce. Do the same with 'tabout.nvim' (there is 'mini.keymap', but not how this type of plugin is necessary to reproduce the leak) and 'mini.snippets' ('LuaSnip' or built-in What would help here:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! To get right into it, some context: I'm trying to determine the source of a severe (~500MB a second) memory leak. I'm posting this here as a discussion because
What I'm interested in is just a way to narrow down the cause, not an intense code review of entirely separate projects or anything.
So far the leak has occurred only when editing my ~1000 line rust repo. Specifically, from what I can remember it has always happened after accepting an LSP snippet suggestion, while inside/creating an
assert!. This helps explain what I believe are the contenders (most likely to least? maybe?):A primary issue is that I cannot think of a way to narrow down the cause, as the minimal case requires all 4 in action. Any thoughts or insights would be greatly appreciated! If anyone wants configuration or situation clarification (lots of -tion there) ask away, but I want to stress again that I'm not expecting any free work from anyone. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions