mirror of
https://github.com/YunoHost-Apps/digiscreen_ynh.git
synced 2024-09-03 18:26:15 +02:00
Fix RAm resources
This commit is contained in:
parent
83c06f922c
commit
9aeb75be3d
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ architectures = "all"
|
|||
multi_instance = true
|
||||
ldap = "not_relevant"
|
||||
sso = "not_relevant"
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
disk = "100M"
|
||||
ram.build = "500M"
|
||||
ram.runtime = "100M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Add table
Reference in a new issue