Bump memory limit

This commit is contained in:
Girish Ramakrishnan 2020-05-15 10:53:09 -07:00
parent 941302dcca
commit d2a4af654c

View file

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