mirror of
https://github.com/YunoHost-Apps/opensearch_ynh.git
synced 2024-09-03 19:46:35 +02:00
Add RAM and disk estimations
This commit is contained in:
parent
7d5f84d755
commit
e031f54dba
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ architectures = ["amd64", "arm64"]
|
|||
multi_instance = true
|
||||
ldap = "not_relevant"
|
||||
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 = "300M"
|
||||
ram.build = "600M"
|
||||
ram.runtime = "600M"
|
||||
|
||||
[install]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue