Give the app more memory (keeps crashing otherwise)

This commit is contained in:
Girish Ramakrishnan 2019-07-17 11:09:55 -07:00
parent 65496bba63
commit 9832f0e279

View file

@ -8,7 +8,7 @@
"version": "2.6.1",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 671088640,
"memoryLimit": 1073741824,
"addons": {
"localstorage": {},
"postgresql": {},