From db35bce79b999b068fafcb9eac24d3d7654a17b8 Mon Sep 17 00:00:00 2001 From: CGDogan <126820728+CGDogan@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:45:28 +0100 Subject: [PATCH] Memory requirement for Orthanc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 225986d..a2fdd34 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Use `docker-compose -f caMicroscope.yml build` to rebuild the services. Once everything is up, go to http://localhost:4010/ to see the landing page. +6GB memory is recommended (in total, 2GB RAM + 4GB swap should work well) + ## SSL To enable ssl, mount the private key and certificate files to the ca-back service in /root/src/ssl/privatekey.pem and /root/src/ssl/certificate.pem respectively. HTTPS mode will only be enabled if both of these files are present.