ncm2-jedi uses large amounts of memory (1-2GB) after getting new completions on python files.
Usage description
I observe this behavior with completion on a script using matplotlib, pandas, numpy. The used amount of memory increases with receiving more completions and will remain static if no completions are obtained.
Observations
A large number of ncm2_jedi and jedi jobs are visible in htop, all of them started by same ncm2_jedi parent job.
System setup
Archlinux with python 3.7.0, python-jedi 0.13.1-1, neovim 0.3.1-1, python-neovim 0.2.6-2.
ncm2-jedi
uses large amounts of memory (1-2GB) after getting new completions on python files.Usage description
I observe this behavior with completion on a script using
matplotlib, pandas, numpy
. The used amount of memory increases with receiving more completions and will remain static if no completions are obtained.Observations
A large number of ncm2_jedi and jedi jobs are visible in htop, all of them started by same ncm2_jedi parent job.
System setup
Archlinux with python 3.7.0, python-jedi 0.13.1-1, neovim 0.3.1-1, python-neovim 0.2.6-2.
Minimal vimrc for reproduction