Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

It make the computer slow! #50

Open khalidhsu opened 11 years ago

khalidhsu commented 11 years ago

This plugin will run a process named clang-complete for every single buffer in mode of c++-mode. So the number of the process clang-complete depends on how many buffer I create. why can't just use a common process?

tiffany352 commented 9 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.