mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
adjust RAM consumption
This commit is contained in:
parent
d41285c122
commit
5a926a3a8c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "100M"
|
ram.build = "200M"
|
||||||
ram.runtime = "100M"
|
ram.runtime = "100M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue