From d2a4af654c6994c56a8218352a4f37dee7009bb7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 15 May 2020 10:53:09 -0700 Subject: [PATCH] Bump memory limit --- CloudronManifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index c7c0611..0ce7515 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -8,7 +8,7 @@ "version": "1.1.2", "healthCheckPath": "/about", "httpPort": 8000, - "memoryLimit": 1073741824, + "memoryLimit": 1610612736, "addons": { "localstorage": {}, "postgresql": {},