Raspberry Pi4 - Node crashes since today... weird GO error

Hey,

thanks for you response.
That seems to have fixed it for now!!
Node is in 100% suspension, but not crashing anymore :wink:

3 Likes

Mean that’s not suspended. When it fall below 60% your node will be suspended.

had the same issue on my orangepipc running armbian os with an disk is attached via usb/sata bridge … only the solution which apparently worked was moving the orders like suggested

With the release v1.15.3 we expected this issue is fixed.
Please if your node isn’t in that release or above update it and if it is and you’re seeing this error report it again.

Thank you so much for your collaboration.

For my pi 4 I added the following to my /etc/sysctl.conf and it resolved all my issues I was having with random node crashes.

I didn’t remember where I read these recommendations but if I remember I’ll post.

net.core.rmem_max = 16777216
net.core.wmem_max = 16777216

net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216

net.ipv4.tcp_max_syn_backlog = 4096

net.core.netdev_max_backlog = 2500

vm.min_free_kbytes = 65536

vm.swappiness = 0
1 Like