#language server windows x64 exe eats CPU

1 messages · Page 1 of 1 (latest)

azure gate
#

Do you have Codeium Search enabled?

sharp wagon
#

i did enable it yea

azure gate
#

yeah so it will continue using a lot of CPU until it is done indexing; if your workspace contains a large amount of code this could take quite a while

#

once it has finished indexing it will stop using so much CPU

#

you can always disable search and it should stop indexing

sharp wagon
#

i thought the code wasnt too bad its got low deps its around 20k lines of code, would u say thats a lot

#

yeah thats cool, i wanted to make sure i wasnt just stuck in some weird state loading it up - so what is "search" supposed to do exactly?

azure gate
#

that isn't a lot tbh. do you have a lot of large generated files or something like that? you should also see a notification in the bottom right corner showing you a progress bar

sharp wagon
#

ahhh yeah i have a cache folder that has the exact same code in a kind of minified/concat form and also some reaaaaally big json map files which i bet it tried to parse

#

does it try parse .json?

azure gate
#

yeah it does. if you add these files to your .gitignore it will ignore them though. not sure if that's possible

sharp wagon
#

ah yea bit harsh to add it there, maybe an idea for config later to allow us to wildcard some files, i'd happily ignore all the json on the project

#

okay great i'll have a look thanks - thanks also for looking into my issue

azure gate
#

stay tuned