From 1eeba899f03e1feb81f9402877bd2daa683d255d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 23 Jan 2020 08:08:03 +0100 Subject: [PATCH] Mention how memory limit is allocated inline --- src/views/app.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/app.html b/src/views/app.html index e64a9d41e..c24651bce 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -543,6 +543,7 @@
+

The memory limit specified above is a combination of RAM and swap space to be allocated for the app. Cloudron allocates 50% of this value as RAM and 50% as swap.