From e15b88b525e729ce34c21ae6e7b66d9f7705539a Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 15 Feb 2017 21:53:34 -0500 Subject: [PATCH] Update README.md Added note about "Killed" error message --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b79112c..3a816350 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ Try running: sudo pip install --ignore-installed six ``` -If you are getting a **MemoryError** while processing the images, make sure that your Docker environment has enough RAM allocated. http://stackoverflow.com/a/39720010 +If while processing the images you get an error message that contains any of the following words: + - `MemoryError` + - `Killed` + +Make sure that your Docker environment has enough RAM allocated. http://stackoverflow.com/a/39720010 If you are getting a `django.contrib.auth.models.DoesNotExist: Permission matching query does not exist.` after an update, try to remove your WebODM folder and start from a fresh git clone.