Skip to content

Instantly share code, notes, and snippets.

@jfhbrook
Created May 5, 2016 03:29
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 jfhbrook/2cb9d11fc0d160ffad95dd0f5066a8ee to your computer and use it in GitHub Desktop.
Save jfhbrook/2cb9d11fc0d160ffad95dd0f5066a8ee to your computer and use it in GitHub Desktop.
josh@koffing:~$ node /tmp/block.js
<--- Last few GCs --->
7543 ms: Scavenge 1399.1 (1457.0) -> 1399.1 (1457.0) MB, 1.3 / 0 ms (+ 1.6 ms in 1 steps since last GC) [allocation failure] [incremental marking delaying mark-sweep].
8406 ms: Mark-sweep 1399.1 (1457.0) -> 1399.1 (1457.0) MB, 863.7 / 0 ms (+ 2.5 ms in 2 steps since start of marking, biggest step 1.6 ms) [last resort gc].
9270 ms: Mark-sweep 1399.1 (1457.0) -> 1399.1 (1457.0) MB, 863.9 / 0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x1f9a9537399 <JS Object>
2: /* anonymous */ [/private/tmp/block.js:~1] [pc=0x1a6cb1dd33be] (this=0x2d3c7551a2c1 <an Object with map 0x3667549065c9>,exports=0x2d3c7551a2c1 <an Object with map 0x3667549065c9>,require=0x2d3c7551a279 <JS Function require (SharedFunctionInfo 0x1bdfeb9c7379)>,module=0x2d3c7551a1f1 <a Module with map 0x36675492fff9>,__filename=0x2d3c7551a1c1 <String[21]: /private/tmp/block.js>,__dirname=0x...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Abort trap: 6
josh@koffing:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment