Open benhylau opened 6 years ago
@hamishcoleman here's another one^
is it running out of memory? Are there any kernel error messages? Is this running on the actual mesh-orange image? Which version? Which hardware?
As I have previously mentioned, it is not really a "normal" workload to run docker on a ramdisk, so that might be affecting things too
This repository uses Raspberry Pi 3 only, and I used this custom version of mesh-orange which has these extra deb packages but otherwise pretty standard.
I had the 6 GB of swap memory on and when this happens free
still shows most of that free, and I recall df
showed the rootfs was about a third full. There weren't kernel errors or other logs indicative of oom.
This never happened when running docker images, only when I tried to build a bunch of docker images. The nodejs one failed a couple times (because I exited my sessions, etc.) and then I tried building an ipfs image (which always succeeds if I hadn't tried building the nodejs first). So this is some host memory issue and I am not sure if I can reproduce it, just logging it here and see if it happens again.
Observed occasional memory failures when doing memory / storage intensive tasks, in this case building multiple docker images. Tried building the nodejs alpine image, which failed, then go-ipfs image (which usually succeeds) failed as well:
This is only observed when building the images. Running images worked fine.