Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created March 22, 2021 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobsilverberg/d437dcef3f9e1588e3a30934b1143a2e to your computer and use it in GitHub Desktop.
Save bobsilverberg/d437dcef3f9e1588e3a30934b1143a2e to your computer and use it in GitHub Desktop.
webpack building...
[1] [piping] File bin/server.js has changed, reloading.
[0]
[0] <--- Last few GCs --->
[0]
[0] [47668:0x110008000] 5606469 ms: Mark-sweep 2034.9 (2059.2) -> 2030.6 (2076.2) MB, 180.2 / 0.0 ms (average mu = 0.196, current mu = 0.137) allocation failure scavenge might not succeed
[0] [47668:0x110008000] 5606695 ms: Mark-sweep 2042.8 (2076.2) -> 2031.5 (2049.7) MB, 9.8 / 0.1 ms (+ 173.9 ms in 191 steps since start of marking, biggest step 15.9 ms, walltime since start of marking 226 ms) (average mu = 0.192, current mu = 0.188) finali
[0]
[0] <--- JS stacktrace --->
[0]
[0] ==== JS stack trace =========================================
[0]
[0] 0: ExitFrame [pc: 0x100ea0fc2]
[0] Security context: 0x0576ed01a2f1 <JSObject>
[0] 1: next [0x576ed016259](this=0x05760b881171 <Array Iterator map = 0x576c8f03ab9>)
[0] 2: /* anonymous */(aka /* anonymous */) [0x57612489789] [/Users/bsilverberg/Documents/gitRepos/addons-frontend/node_modules/webpack-isomorphic-tools/babel-transpiled-modules/plugin/write assets.js:~323] [pc=0x29c12ed888c6](this=0x05768df804d1 <undefined>,0x05767e4bad71 <St...
[0]
[0] FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
[0]
Writing Node.js report to file: report.20210322.135107.47668.0.001.json
[0] Node.js report completed
[0] 1: 0x1000760ab node::Abort() [/usr/local/bin/node]
[0] 2: 0x1000767ec node::errors::TryCatchScope::~TryCatchScope() [/usr/local/bin/node]
[0] 3: 0x100161327 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
[0] 4: 0x1001612bc v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
[0] 5: 0x10053fc25 v8::internal::Heap::FatalProcessOutOfMemory(char const*) [/usr/local/bin/node]
[0] 6: 0x100540d13 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [/usr/local/bin/node]
[0] 7: 0x10053e713 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [/usr/local/bin/node]
[0] 8: 0x10053c3cf v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/local/bin/node]
[0] 9: 0x100546eb5 v8::internal::Heap::AllocateRawWithLightRetry(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/usr/local/bin/node]
[0] 10: 0x100546f2f v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/usr/local/bin/node]
[0] 11: 0x100515c5f v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [/usr/local/bin/node]
[0] 12: 0x1007c6844 v8::internal::Runtime_AllocateInNewSpace(int, unsigned long*, v8::internal::Isolate*) [/usr/local/bin/node]
[0] 13: 0x100ea0fc2 Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit [/usr/local/bin/node]
[0] 14: 0x100e33b0e Builtins_ArrayIteratorPrototypeNext [/usr/local/bin/node]
[0] npm run webpack-dev-server exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment