petruisfan / node-supervisor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excessive CPU load when I updated node to 6.9.1

ctoesca opened this issue · comments

With node 4.2.3: no problem. supervisor doesn't use CPU
With node 6.9.1: it uses 10% of the processor

Having similar issues under windows subsystem for linux. I solved it by adding -p 100 -i node_modules (not watching node_modules dir)