Open roxma opened 6 years ago
I'm not able to replicate roxma/nvim-completion-manager#62, I tried to replicate it by removing the lines
# jedi doesn't work on comment
# https://github.com/roxma/nvim-completion-manager/issues/62
if typed.find('#') != -1:
return
I used htop on my macOS version 10.13.5 and searched for jedi while looking at overall ram usage and it seemed to be the same.
python 3.7.0 nvim 0.3.0 ncm2 6e0dabf ncm2-jedi 96f7658 jedi 0.12.1
Also haven't seen roxma/nvim-completion-manager#215 , I wonder if it's Windows specific?
Any more information would be lovely 😄
The memory issue is probably related to older python's memory leak. https://www.python.org/dev/peps/pep-0442/
It is hard to reproduce and I haven't come across this issue for a long tmie.
Let's wait for more report on this issue before pushing changes.
Thoughts on deleting those lines and seeing if anyone has an issue with it?
hmm... I'm ok with thoes lines, they don't break anything yet.
Okay with removing, or you want to leave them in?
I think it's fine to keep them.
Now we have a case: https://github.com/ncm2/ncm2-jedi/issues/10
https://github.com/roxma/nvim-completion-manager/issues/215 https://github.com/roxma/nvim-completion-manager/issues/62