You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on my system (node-red 2.2.3, node.js v14.18.2, in docker container), I see this error:
<--- Last few GCs --->
[17:0x564b6caeeaa0] 1558415 ms: Mark-sweep 1077.3 (1097.0) -> 837.9 (857.2) MB, 385.8 / 0.0 ms (+ 1.8 ms in 2 steps since start of marking, biggest step 1.2 ms, walltime since start of marking 910 ms) (average mu = 0.999, current mu = 0.629) allocation [17:0x564b6caeeaa0] 1559490 ms: Mark-sweep 1411.7 (1431.0) -> 603.7 (621.5) MB, 747.3 / 0.0 ms (average mu = 0.995, current mu = 0.305) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: invalid array length Allocation failed - JavaScript heap out of memory
The text was updated successfully, but these errors were encountered:
hi there,
the following code snippets result in a hard crash and should probably be hardened to throw an error instead:
on my system (node-red 2.2.3, node.js v14.18.2, in docker container), I see this error:
The text was updated successfully, but these errors were encountered: