From ba4e6379b88684e810174a9b55534bc126f831f1 Mon Sep 17 00:00:00 2001 From: Will Cory Date: Fri, 11 Mar 2022 11:05:13 -0800 Subject: [PATCH] Update contributing.md for exit code 137 Error message when this happens can be unhelpful sometimes --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc6fdc325bc2f..087bbffce19ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,6 +138,8 @@ docker-compose build docker-compose up ``` +**If a node process exits with exit code: 137** you may need to increase the default memory limit of docker containers + Finally, **if you're running into weird problems and nothing seems to be working**, run: ```bash