Sublime Forum

After update to build 3200: "crawldb not available, indexing abandoned"

#1

I am using Windows 10 Pro with build 3200 (just updated). The interface grinds to a halt when the files change in the folders in the project, locking up to the point Windows fades it out (threatening to interpret it as a hung app).

The full python console error is here:

number of files to index (0) exceeds index_files_sanity_limit (524288), bailing out
reloading /C/Workspace/FolderWith/Files/SomeTextFile.sql
indexing: crawldb not available, indexing abandoned
indexing: crawldb not available, indexing abandoned
number of files to index (0) exceeds index_files_sanity_limit (524288), bailing out
number of files to index (0) exceeds index_files_sanity_limit (524288), bailing out

Is there some way I can quickly fix this, or do I need to roll back to an earlier build?

EDIT: It may be worth mentioning that I also set "index_files" = false in my user settings, and the interface still lags quite a bit. Not to the point ot locking up, but clicking around the text file will have at lest a half second to 2 second lag before moving the cursor.

EDIT x2: I went to build 3197, and it seems like a window in the background had my full workspace directory in it. Looks like git started tracking the various repos in it, and when my (non-git) folder updated, it also triggered an update on that (maybe?). Closing that window’s workspace seems to have removed the deep lag. I’ll try to avoid having multiple git repos show up in one windoe for the time being, I guess.

0 Likes