Ottenere il seguente errore durante l'associazione del mio progetto con il webpack. Quando ho solo pochi punti (divisi) (quelli require.ensure) allora va bene, ma quando aumento i punti di divisione dopo l'errore arriva.Ottenere GC, elaborare un errore di memoria durante il raggruppamento tramite webpack
<--- Last few GCs --->
124541 ms: Mark-sweep 1379.0 (1457.1) -> 1378.9 (1457.1) MB, 891.6/0 ms [allocation failure] [GC in old space requested].
125398 ms: Mark-sweep 1378.9 (1457.1) -> 1378.9 (1457.1) MB, 857.0/0 ms [allocation failure] [GC in old space requested].
126289 ms: Mark-sweep 1378.9 (1457.1) -> 1378.9 (1457.1) MB, 890.5/0 ms [last resort gc].
127136 ms: Mark-sweep 1378.9 (1457.1) -> 1378.9 (1457.1) MB, 847.1/0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x18342c237339 <JS Object>
1: get [/path/node_modules/babel-traverse/lib/path/index.js:~75] [pc=0x126413012f98] (this=0x30cb87230cc1 <JS Function NodePath (SharedFunctionInfo 0xa7d7f38b8d9)>,_ref2=0x2b8f0305a311 <an Object with map 0x365041d49801>)
2: node [/path/node_modules/babel-traverse/lib/index.js:~119] [pc=0x126412dd40f5] (...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Abort trap: 6
Questo funziona, ma solo in una certa misura. Anche se è impostato su 4092, ottengo ancora l'errore, ma non altrettanto spesso. Il grosso problema che ho riscontrato nel fare questo è che usa una tonnellata di risorse e causa il congelamento regolare del computer. –
check-in webpack @ 4 - stesso numero? –