neoclide / coc-rls

Rust language server support for coc.nvim
387 stars 19 forks source link

Multiple vim instances leads to multiple rls proccesses => high memory usage #39

Open mashedcode opened 5 years ago

mashedcode commented 5 years ago

I open the same project in multiple vim instances (large monorepo in tmux) which leads to a lot of rls processes to be spawned which easily use up 10 GB of ram alone. IIUC I'd only need one rls process. How would I configure that?

chemzqm commented 5 years ago

You can't, I don't think rls have this kind of support.