1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00

Provide estimates for resource usage in the manifest

The disk size estimate is relatively large to anticipate media
attachments.
This commit is contained in:
Mayeul Cantan 2024-04-27 17:00:05 +02:00
parent 57dd7b8d8c
commit 8001775498

View file

@ -23,9 +23,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 = "1G"
ram.build = "128M"
ram.runtime = "128M"
[install]
[install.synapsenumber]