From 9832f0e279ace290731b79705c6c23163afc2090 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 17 Jul 2019 11:09:55 -0700 Subject: [PATCH] Give the app more memory (keeps crashing otherwise) --- CloudronManifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 39108f6..11dc00b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -8,7 +8,7 @@ "version": "2.6.1", "healthCheckPath": "/about", "httpPort": 8000, - "memoryLimit": 671088640, + "memoryLimit": 1073741824, "addons": { "localstorage": {}, "postgresql": {},