Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging Tool für memory leaks und BlockPro darauf debuggen #7

Open
stallingerl opened this issue Nov 9, 2021 · 0 comments
Open

Comments

@stallingerl
Copy link
Collaborator

stallingerl commented Nov 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant