1
0
Fork 0
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:
Félix Piédallu 2023-10-03 16:00:25 +02:00
parent 83c06f922c
commit 9aeb75be3d

View file

@ -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]