Cernel
Members
-
Joined
-
Last visited
Solutions
-
Cernel's post in Out of memory errors detected was marked as the answerAfter reading a little about this online. From what I understand the message: "Memory cgroup out of memory" means a specific docker container ran out of memory, not the actual server.
I checked the docker ID and found which docker container it was referencing. Then using docker inspect, saw that the docker is limited to 2GB of RAM.
Problem solved.