-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Status Quo: 2. Raspberry bekommt nach 1-2 Tagen Heap Probleme
<--- Last few GCs --->
[3693:0x4ed72e8] 1074305776 ms: Mark-sweep 458.8 (478.4) -> 458.2 (478.2) MB, 3547.1 / 0.1 ms (average mu = 0.574, current mu = 0.646) allocation failure scavenge might not succeed
[3693:0x4ed72e8] 1074306639 ms: Scavenge 458.9 (478.2) -> 458.6 (478.2) MB, 6.4 / 0.0 ms (average mu = 0.574, current mu = 0.646) allocation failure
[3693:0x4ed72e8] 1074315786 ms: Scavenge 458.9 (478.2) -> 458.5 (479.9) MB, 3.0 / 0.0 ms (average mu = 0.574, current mu = 0.646) allocation failure
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Aborted
Node heap size schon erhöht.
Theorie 1: Auf dem Raspberry liegen zu viele andere Programme
Theorie 2: Ein Raspberry verschickt öfter Transaktionen und braucht dafür mehr Speicher
Theorie 3: BlockPro hat memory Leaks
To Do:
Nach debugging tools für memory Probleme suchen und einsetzen.