mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 15:20:59 +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",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 671088640,
|
||||
"memoryLimit": 1073741824,
|
||||
"addons": {
|
||||
"localstorage": {},
|
||||
"postgresql": {},
|
||||
|
|
Loading…
Reference in a new issue