Sublime Forum

Sublime 3124 eat up my CPUs

#23

v.3126
No 3rd party package - unless Laravel 5.6 can be considered one
indexing cooks CPU when working with blades (Laravel templating file)

message:
worker 8004 appears stuck while processing file dir/messaging/center.blade.php, killing process

Setting “index_workers” to 1 - does not help much

Best to exclude blades from indexing using:
“index_exclude_patterns”: [".log", ".blade.php"]

Indexing engine seems to work without any hiccups with non-blade files.

Just my 2-cents.

0 Likes

#24

yes… so probably it has a blade syntax definition which causes catastrophic backtracking.
why such an old ST build?

0 Likes

#25

why such an old ST build

I had my share with ‘bad updates’ messing with my work.

I am not talking specifically about Sublime.
In general. Across different soft.

So I always hard-code disable auto-update capacity in /etc/hosts (I am on win), just to make sure, as not all soft allows, or in some cases even works according to own specs in that matter.

So I always let soft ‘mature’, before updating.

But you are right, it is time update.

0 Likes