1
0
Fork 0
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:
oleole39 2023-04-05 03:41:52 +02:00
parent b71fe932ae
commit 15d9c4a0e0

View file

@ -22,8 +22,8 @@ multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "0M"
ram.runtime = "0M"
ram.build = "50M"
ram.runtime = "20M"
[install]