mirror of
https://github.com/YunoHost-Apps/cyberchef_ynh.git
synced 2024-09-03 18:16:31 +02:00
adjust RAM usage in manifest after Yunorunner's estimates
This commit is contained in:
parent
b71fe932ae
commit
15d9c4a0e0
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ multi_instance = true
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "0M"
|
ram.build = "50M"
|
||||||
ram.runtime = "0M"
|
ram.runtime = "20M"
|
||||||
|
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue