I’m using in windows. I’ve updated to the latest version 4143. I still got this trouble from time to time. plugin_host-3.3.exe will get full use of one of my CPU core and make my computer very slow. I encountered this issue few months ago but it becomes more often recently. How could I debug this? Every time this happened. I need kill plugin_host-3.3 by task manager and reopen sublime. Hope somebody can help me on this!
Plugin_host-3.3 cause high CPU usage
jskroch
#3
@aaron_cui, I had the same problem for many months.
I eventually fixed it by disabling the dotsyntax package which I had installed through Package Control. If you have installed this package, try disabling or uninstalling it and then restarting Sublime Text. If not, maybe a different one of your packages is causing the issue.
You can disable packages individually with the Package Control: Disable Package command in the Command Palette or edit the Packages/User/Package Control.sublime-settings file and comment out groups of lines in the “installed_packages” list.
For my own use, I replaced dotsyntax with the RememberSyntax package. You can accomplish basically the same thing as dotsyntax with the rules feature in RememberSyntax.
0 Likes