Hi folks!
i just wanted to update the 'node-red-contrib-smartnora' package and ran into the following error:
FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory
My Node-Red instance is running on an rather old Raspberry Pi Model B Plus Rev 1.2. Unfortunately i have no experience with Java Script.
Any ideas on this?
Log:
-----------------------------------------------------------
2022-05-16T02:35:06.683Z Installieren : node-red-dashboard 3.1.7
2022-05-16T02:35:03.999Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-dashboard@3.1.7
2022-05-16T02:37:06.716Z [out] + node-red-dashboard@3.1.7
2022-05-16T02:37:06.716Z [out] removed 1 package and updated 11 packages in 112.117s
2022-05-16T02:37:07.054Z rc=0
-----------------------------------------------------------
2022-05-16T02:37:25.360Z Installieren : node-red-contrib-smartnora 1.13.5
2022-05-16T02:37:22.491Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-smartnora@1.13.5
2022-05-16T02:48:34.472Z [err]
2022-05-16T02:48:34.472Z [err] <--- Last few GCs --->
2022-05-16T02:48:34.472Z [err]
2022-05-16T02:48:34.472Z [err] [793:0x4779580] 663681 ms: Mark-sweep (reduce) 126.5 (128.6) -> 126.0 (129.1) MB, 3034.2 / 0.2 ms (average mu = 0.294, current mu = 0.113) allocation failure scavenge might not succeed
2022-05-16T02:48:34.472Z [err] [793:0x4779580] 668203 ms: Mark-sweep (reduce) 126.6 (128.6) -> 126.1 (129.1) MB, 3920.3 / 0.2 ms (average mu = 0.213, current mu = 0.133) allocation failure scavenge might not succeed
2022-05-16T02:48:34.472Z [err]
2022-05-16T02:48:34.472Z [err]
2022-05-16T02:48:34.472Z [err] <--- JS stacktrace --->
2022-05-16T02:48:34.472Z [err]
2022-05-16T02:48:34.487Z [err] FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap out of memory
2022-05-16T02:48:35.032Z rc=null
thank you in advance!