1
0
Fork 0
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:
tituspijean 2023-09-13 00:33:44 +02:00
parent 2429af98f8
commit df8b8b4f6b
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

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