mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
Give the app more memory (keeps crashing otherwise)
This commit is contained in:
parent
65496bba63
commit
9832f0e279
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"version": "2.6.1",
|
"version": "2.6.1",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 671088640,
|
"memoryLimit": 1073741824,
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
"postgresql": {},
|
"postgresql": {},
|
||||||
|
|
Loading…
Reference in a new issue