From 7838d1c6ef8dffab433dc72f8e7a17d0e193c8bd Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Mon, 28 Feb 2022 21:16:26 -0800 Subject: [PATCH] Add a newline about giving docker more RAM on Mac OS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc7e31e5c8..4ca76dd2cc 100755 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Run the following shell command to install relevant npm packages. npm install ``` +If you are on Mac OS X, you may want to allow Docker to use more RAM (minimum of 4GB) by clicking on the Docker icon on the toolbar, clicking on the "Preferences" menu item, then clicking on the "Resources" link on the left. + ### Running Locally Run the following shell command to build the Docker image from scratch. This will usually take 10 or so minutes.