High CPU usage (clangd) #176
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
8000
If you have a core with a lot of files, that have not been previously indexed, the language server will spawn a lot of threads/processes. This large number of concurrent indexing operations (
clangd
) will consume all the CPU cores of the machine and slow down the user's machine.The text was updated successfully, but these errors were encountered: