Troubleshooting an Out Of Memory (OOM) failure when attempting to launch a Pelican Origin #1426
aowen-uwmad
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Was testing how to set up and run a Pelican Origin service using the recommended Docker containers and encountered a seemingly intractable error.
With
Logging.Level = "debug"
:After many attempts at changing the configuration and how the container was launched, was eventually able to determine this error was being caused by xrootd being OOM killed during startup. (Thanks @jhiemstrawisc , @haoming29 for the assist.)
Eventually we were able to reproduce the error on a different machine by manually controlling the amount of memory the Docker container was allowed to use via the
-m
option ofdocker run
. With some empirical testing, determined that this particular container/execution needed > ~5GB of RAM in order to function without throwing the errors shown above.Reprovisioning the VM that was initially being used with more memory resolved the error.
From our discussion, sounded like their were two things to consider moving forward:
Beta Was this translation helpful? Give feedback.
All reactions