Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save david-martin/fa6b70a1a7415ea429dc77228578d93a to your computer and use it in GitHub Desktop.
Save david-martin/fa6b70a1a7415ea429dc77228578d93a to your computer and use it in GitHub Desktop.
<--- Last few GCs --->
21777 ms: Scavenge 1022.0 (1072.0) -> 1022.0 (1072.0) MB, 0.1 / 0 ms (+ 1.2 ms in 1 steps since last GC) [allocation failure] [incremental marking delaying mark-sweep].
22200 ms: Mark-sweep 1022.0 (1072.0) -> 1021.9 (1072.0) MB, 423.0 / 0 ms (+ 1.8 ms in 2 steps since start of marking, biggest step 1.2 ms) [last resort gc].
22676 ms: Mark-sweep 1021.9 (1072.0) -> 1021.9 (1072.0) MB, 475.6 / 0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x25a8c0fb4629 <JS Object>
1: _onTimeout(aka alloc) [/home/dmartin/Downloads/test.js:~3] [pc=0x33c6e146ebaf] (this=0x1b5d17229641 <JS Object>)
2: listOnTimeout [timers.js:92] [pc=0x33c6e146df01] (this=0x69f89f31ad1 <a Timer with map 0x106c92b22a29>)
==== Details ================================================
[1]: _onTimeout(aka alloc) [/home/dmartin/Downloads/test.js:~3] [pc=0x33c6e146ebaf] (this=0x1b5d172296...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment