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:
parent
a3172a1b30
commit
9cac3f7212
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue