1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

default max_memory reduced

This commit is contained in:
yalh76 2022-04-06 01:47:07 +02:00
parent 57b48abb2e
commit e8d7b67c40

View file

@ -82,7 +82,7 @@ fi
# If max_memory doesn't exist, create it and set to default 3074 mb value
if [ -z "$max_memory" ]; then
max_memory=3072
max_memory=75
ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory
fi