gruntjs / grunt-contrib-watch

Run tasks whenever watched files change.
http://gruntjs.com/
MIT License
1.98k stars 356 forks source link

High memory consume & excesive time to load watch #534

Open UchihaCFC opened 7 years ago

UchihaCFC commented 7 years ago

Versions:

When execute grunt watch my mac go to over 81-90mb of memory usage for grunt and my page takes too long to load, even in any change I almost have to wait more than a minute.

grunt_watch

I put options: { interval: 1000 } in my config file but this option only reduce the % in my cpu load time but not is a solution for memory or load problem.

It happens to someone else? or only me?

jfaylon commented 7 years ago

Not sure about the time to load but I'm also getting high memory consumption with your versions.

UchihaCFC commented 7 years ago

maybe it's the version? anybody else with this version and the same problem?

@jfaylon are you try to upgrade the version?

jfaylon commented 7 years ago

@UchihaCFC will try. Will check the change logs if there are any significant changes