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
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:
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.
The text was updated successfully, but these errors were encountered: