Witam,
dostaje wyjątek jak poniżej i teraz mam pytanko poniważ na samym dole widzę Aborted (core dumped) czy to znaczy, że node podczas crasha zrobił dumpa pamięci? Jak tak to gdzie?
Chciałym uzyskać efekt, że jak moja aplikacja mam outofmemory to atomatycznie zrzuca heapdumpa

<--- Last few GCs --->

    9052 ms: Mark-sweep 826.6 (1213.3) -> 824.9 (1218.3) MB, 340.3 / 0 ms (+ 103.9 ms in 592 steps since start of marking, biggest step 5.7 ms) [allocation failure] [GC in old space requested].
    9594 ms: Mark-sweep 824.9 (1218.3) -> 799.4 (1191.0) MB, 541.9 / 0 ms [allocation failure] [GC in old space requested].
   10190 ms: Mark-sweep 799.4 (1191.0) -> 799.4 (1185.0) MB, 596.0 / 0 ms [last resort gc].
   10729 ms: Mark-sweep 799.4 (1185.0) -> 799.3 (1179.0) MB, 539.3 / 0 ms [last resort gc].


<--- JS stacktrace --->

==== JS stack trace =========================================

Security context: 0x112344ac9e59 <JS Object>
    1: fromString(aka fromString) [buffer.js:234] [pc=0x192920030569] (this=0x112344a04189 <undefined>,string=0x46286c0c759 <Very long string[176125621]>,encoding=0x112344ad7aa9 <String[4]: utf8>)
    2: from [buffer.js:131] [pc=0x192920030196] (this=0x4f5a44d7d39 <JS Function Buffer (SharedFunctionInfo 0xee0451f2671)>,value=0x46286c0c759 <Very long string[176125621]>,encodingOrOffset=0x112344a...

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
Aborted (core dumped)