laravel5-angular2
laravel5-angular2 copied to clipboard
Memory Issues
Hi,
When using this package, I've noticied that node starts incrementally needing more and more memory. It gets to 3GB sometimes.
Is there a reason why?
Hello @hugoburguete!
You can see here that memory for gulp watch
is limited by 4000mb, you can try to make it less.
Franlky speaking, I don't know why memory consumption increasing - there is nothing special in the package about Gulp - it just runs standard gulp watch
.
I'm trying to find a solution for that issue though.
Thanks for your feedback!