Skip to content

Instantly share code, notes, and snippets.

@syrnick
Created March 23, 2017 19:49
Show Gist options
  • Save syrnick/0997b6745684caaa65f52a61cc529745 to your computer and use it in GitHub Desktop.
Save syrnick/0997b6745684caaa65f52a61cc529745 to your computer and use it in GitHub Desktop.
_.each OOM
<--- Last few GCs --->
15171 ms: Scavenge 943.8 (979.8) -> 935.9 (979.8) MB, 0.2 / 0 ms [allocation failure].
15269 ms: Mark-sweep 940.1 (980.8) -> 583.1 (624.8) MB, 92.8 / 0 ms [allocation failure] [GC in old space requested].
15342 ms: Mark-sweep 583.1 (624.8) -> 583.1 (621.8) MB, 72.2 / 0 ms [allocation failure] [GC in old space requested].
15406 ms: Mark-sweep 583.1 (621.8) -> 583.1 (621.8) MB, 64.2 / 0 ms [last resort gc].
15469 ms: Mark-sweep 583.1 (621.8) -> 583.0 (621.8) MB, 63.2 / 0 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x900ad8b4629 <JS Object>
2: /* anonymous */(aka /* anonymous */) [underscore_lodash_each_dos_example/node_modules/lodash/lodash.js:~4908] [pc=0x1450ebf2e10f] (this=0x900ad8041b9 <undefined>,collection=0x257af8410119 <an Object with map 0x12ea672dd4a9>,iteratee=0x257af8410151 <JS Function (SharedFunctionInfo 0xd1dc3460949)>)
3: forEach [underscore_lodash_each_dos_...
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
[1] 29187 abort mocha test/test_app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment