-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
Description
I added checker to the build process in our app and after a while I started getting complaints about high CPU usage with webpack --watch
. Interestingly only windows people raised it. I've tried to investigate the issue on my macOS and realized the checker processes use quite a lot of CPU resources even when idling:
V8 inspector attached to one of them shows no executions:
I suspect the CPU consumption is caused by GC or file watchers. Any idea how to fix/debug this one?
davidrunger, zanella, remorses, OnkelTem, hydrandt and 2 more