Open khalidhsu opened 11 years ago
I just installed this plugin and immediately discovered this. It used over four gigabytes of memory for all of the buffers I had in my emacs session. This is simply unusable like this. I don't know if there's any kind of workaround. The configuration provided in the readme clearly shows it starting a new process for every file opened in c-mode.
This plugin will run a process named
clang-complete
for every single buffer in mode ofc++-mode
. So the number of the processclang-complete
depends on how many buffer I create. why can't just use a common process?