You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug I'm using a local tpi to attempt to flash, 1 by 1, all the 4 nodes of the Turing Pi 2.
It always fails quicky after starting to upload image on node 2.
Looks like a memory leak to me. I think there are a few issues here
bmcd is not supervised. I would like to run it under runit (or systemd)
memory is rather tight
bmcd seems to be leaking
Issue 1 could be easily fixed. I am considering a small PR for runit. That way the flash would fail, but at least the bmcd would be up again afterward 🙈
There is also a tiny potential for (2) to run zswap/zram, with a very small memory setting, e.g. 16MB. This would give a tiny bit more headroom. This would require a kernel config change though.
The crashes seem to happen with ~70-80MB memory usage for bmcd. I can't imagine that to happen without some memory leak.
Describe the bug
I'm using a local tpi to attempt to flash, 1 by 1, all the 4 nodes of the Turing Pi 2.
It always fails quicky after starting to upload image on node 2.
To Reproduce
the following command was used
Expected behavior
message.txt
all 4 nodes to flash successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
?
Additional context
attached is the
dmesg
loggingThe text was updated successfully, but these errors were encountered: