-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Description
I got this while trying to run a simple node.js program?
<--- Last few GCs --->
[16772:00000184CF9C4B60] 93 ms: Scavenge 4.7 (8.9) -> 4.6 (10.9) MB, 0.7 / 0.0 ms allocation failure
[16772:00000184CF9C4B60] 128 ms: Scavenge 6.5 (11.4) -> 5.7 (11.9) MB, 0.8 / 0.0 ms allocation failure
[16772:00000184CF9C4B60] 168 ms: Scavenge 7.4 (12.4) -> 6.8 (13.4) MB, 1.4 / 0.0 ms allocation failure
[16772:00000184CF9C4B60] 201 ms: Scavenge 8.1 (13.4) -> 7.0 (14.4) MB, 1.0 / 0.0 ms allocation failure
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0000009203925EE1
3: createScript(aka createScript) [vm.js:80] [bytecode=00000034DB2E2809 offset=15](this=0000008BD1702311 ,code=000003FD560ABC91 <Very long string[29627]>,options=000003FD560ABCB9 )
5: runInThisContext [vm.js:139] [bytecode=00000034DB2E26A1 offset=5](this=000000C77A3F4B91 ,code=000003FD560ABC91 <Very long string[29...
FATAL ERROR: Zone Allocation failed - process out of memory
<--- Last few GCs --->
[17072:000002187F017970] 108 ms: Scavenge 3.7 (7.9) -> 3.6 (8.9) MB, 1.5 / 0.0 ms allocation failure
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 000002DFBCEA5EE1
3: runInThisContext(aka runInThisContext) [bootstrap_node.js:496] [bytecode=000002DFBCEB9A59 offset=15](this=000000305B282311 ,code=000000B6FAD04599 <Very long string[14118]>,options=000000B6FAD04569 )
5: compile [bootstrap_node.js:591] [bytecode=000002DFBCEB8FF1 offset=66](this=000000B6FAD045E1 )
7: /* ...
FATAL ERROR: Zone Allocation failed - process out of memory
Assertion failed: pipe->pipe.conn.ipc_pid != -1, file src\win\pipe.c, line 1973