I got this error in my app with a large object that includes arrays of arrays.
The error closed the app even by error handling.
#
# Fatal error in , line 0
# Fatal JavaScript invalid size error 169220804
#
#
#
#FailureMessage Object: 0x7ffc7697ca00
1: 0xb72001 [node]
2: 0x1bfb174 V8_Fatal(char const*, ...) [node]
3: 0xe67af8 [node]
4: 0x1015422 [node]
5: 0x1015d66 [node]
6: 0x11d6543 v8::internal::Runtime_GrowArrayElements(int, unsigned long*, v8::internal::Isolate*) [node]
7: 0x15d9e19 [node]
I got this error in my app with a large object that includes arrays of arrays.
The error closed the app even by error handling.
nodejs version: 16.20