From dd6b147b29d6fe56f4c0b39bc77877a8d17ad007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 26 Mar 2018 19:22:07 +0200 Subject: [PATCH] Add instructions on killed migrations Closes #15. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e12c93..af64684 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,12 @@ Open a python shell in the lms or the cms: This project is the follow-up of my work on an [install from scratch of Open edX](https://github.com/regisb/openedx-install). It does not rely on any hack or complex deployment script. In particular, we do not use the Open edX [Ansible deployment playbooks](https://github.com/edx/configuration/). That means that the folks at edX.org are *not* responsible for troubleshooting issues of this project. Please don't bother Ned ;-) +## Troubleshooting + +### "Running migrations... Killed!" + +The LMS and CMS containers require at least 4 GB RAM, in particular to run the Open edX SQL migrations. On Docker for Mac, by default, containers are allocated at most 2 GB of RAM. On Mac OS, if the `make all` command dies after displaying "Running migrations", you most probably need to increase the allocated RAM. [Follow these instructions from the official Docker documentation](https://docs.docker.com/docker-for-mac/#advanced). + ## Missing features ### Forums