I’m running 3.2.1 build 3207 on Windows 10 - Since upgrading the CPU usage has been insanely high, maxing out a core i9 processor, and hammering the SSD drive reading the .git directory of my open Project.
I’ll admit it’s a bit of an insane project. The culmination of 5 dev teams working together for 15 years, converted from CVS to SVN to git, it’s hundreds of thousands of files with millions of lines of code and an obscene number of commits. It’s huge, but that should be ok because I have show_git_status and mini_diff set to false in Preferences.sublime-seettings so It shouldn’t be reading my .git directory at all.
Is there any way to stop it? With the best will in the world, it’s not a simple text editor’s place to be doing stuff with source control unless I explicitly tell it to.