mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Update resource usage in manifest
This commit is contained in:
parent
01d5ebd928
commit
e7e12e0e68
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "1G"
|
disk = "500M"
|
||||||
ram.build = "2G"
|
ram.build = "1G"
|
||||||
ram.runtime = "2G"
|
ram.runtime = "1G"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
Loading…
Add table
Reference in a new issue