conradz / esnext-loader

Webpack loader for esnext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process out of memory

robrichard opened this issue · comments

I have a fairly large project with a few hundred JS files being compiled into about 25 entry files. This normally takes about 15 seconds with webpack. I turned on this loader for all js files and webpack runs for around 15 minutes before exiting:

➜ gulp webpack
[gulp] Starting 'webpack'...
FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory
[1]    97738 abort      gulp webpack

Do you know how I can debug this?