I'm running Sublime Text 3 on Windows 10, with all my installed packages disabled. On idle, it is taking up ~31% of my CPU with one file opened. This seems like a ridiculous amount for a text editor - why is this?
It is due to the index files problem. Just disable that. This can be completely disabled by adding "index_files": false, to your Preferences. sublime-settings (Preference > Settings).
Sublime is using 3.5GB of memory for about 100K of 10 open files.
This seems to be caused by indexing:
https://github.com/SublimeTextIssues/Core/issues/537
https://www.sublimetext.com/blog/articles/file-indexing
Try adding
"index_files": false
in your configuration
Sublime text gives you an interface to check indexing status.
Go to Menu Help -> Indexing status.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With