MooseOnTheLoose
Members
-
Joined
-
Last visited
Solutions
-
MooseOnTheLoose's post in Out of memory error detected was marked as the answerRunning the command ps auxf > processes.txt and then grepping for node using cat processes.txt | grep node -n to show the line number helped track down the possible culprits.
EDIT: The problem ended up being easier to find than I thought. The syslog lists the docker container id that caused the memory problem. Thank you @Michael_P for helping track this down.