mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
More accurate estimate of Grist resource usage in manifest
This commit is contained in:
parent
40111caf84
commit
88c8b9b33e
1 changed files with 2 additions and 3 deletions
|
@ -30,10 +30,9 @@ ldap = true
|
|||
|
||||
sso = true
|
||||
|
||||
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G...
|
||||
disk = "15G"
|
||||
disk = "1.5G"
|
||||
ram.build = "1500M"
|
||||
ram.runtime = "400M"
|
||||
ram.runtime = "150M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Reference in a new issue