mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
Remove manifest fixmes
This commit is contained in:
parent
d3c8e7c3bf
commit
733218bfcb
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ architectures = "all"
|
|||
multi_instance = false
|
||||
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 = "500M"
|
||||
ram.build = "600M"
|
||||
ram.runtime = "500M"
|
||||
|
||||
[install]
|
||||
|
||||
|
|
Loading…
Reference in a new issue