Sublime Forum

CPU usage at 100%

#1

Sublime Text 3 is using about 100% of CPU usage (hovers between 99.9% and 100.7% according to Activity Monitor). I’m on Mac OS 10.8, using build 3047 of ST3.

There are some errors in the console log like:

worker 26055 appears stuck while processing file /path/to/drupal/tests/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/addition.yml, killing process
worker 26092 appears stuck while processing file /path/to/drupal/tests/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/hashes_in_quotes.yml, killing process
worker 26125 appears stuck while processing file /path/to/drupal/tests/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ru_division.yml, killing process
worker 26159 appears stuck while processing file /path/to/drupal/tests/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/start_comments.yml, killing process

Any ideas on how to fix the problem? I’m working in a directory that has about 6,500 files.

0 Likes

#2

If I remember right, this is most probably caused by the indexing.

ST3 is currently indexing all your files and stuff for the quick jump features it offers. And since it’s a big project it needs a big amount of CPU to accomplish that task.

That’s my assumption BTW. :smile:

0 Likes