Add instructions on killed migrations

Closes #15.
This commit is contained in:
Régis Behmo 2018-03-26 19:22:07 +02:00
parent dcce76cabe
commit dd6b147b29
1 changed files with 6 additions and 0 deletions

View File

@ -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