mirror of
https://github.com/YunoHost-Apps/radarr_ynh.git
synced 2024-09-03 20:16:13 +02:00
Update disk and RAM usage
This commit is contained in:
parent
2429af98f8
commit
df8b8b4f6b
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ architectures = ["armhf", "arm64", "amd64", "i386"]
|
|||
multi_instance = true
|
||||
ldap = false
|
||||
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 = "100M"
|
||||
ram.runtime = "100M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Add table
Reference in a new issue