1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

set ram/disk resources

This commit is contained in:
Salamandar 2023-10-03 23:52:34 +02:00 committed by Salamandar
parent a3172a1b30
commit 9cac3f7212

View file

@ -21,9 +21,9 @@ architectures = "all"
multi_instance = false
ldap = true
sso = "not_relevant"
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
disk = "10M"
ram.build = "10M"
ram.runtime = "10M"
[install]
[install.domain]