From 49317ac3dfabcd875f8c731491714c0db12e8039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 17 Jan 2019 16:48:34 +0100 Subject: [PATCH] Open edX requires 4 Gb of RAM After testing on a 2Gb server, Open edX can be run, but it's unbearably slow. --- docs/requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.rst b/docs/requirements.rst index 5d484ab..f0e9f91 100644 --- a/docs/requirements.rst +++ b/docs/requirements.rst @@ -13,6 +13,6 @@ Note that the production web server container will bind to port 80, so if you al You should be able to run Open edX on any platform that supports Docker, including Mac OS and Windows. Tutor was tested under various versions of Ubuntu and Mac OS. -At a minimum, the server running the containers should have 2 Gb of RAM; otherwise, the deployment procedure will crash during migrations (see the :ref:`troubleshooting` section). +At a minimum, the server running the containers should have 4 Gb of RAM; otherwise, the deployment procedure will crash during migrations (see the :ref:`troubleshooting` section). Also, the host running the containers should be a 64 bit platform. (images are not built for i386 systems)