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:
parent
57b48abb2e
commit
e8d7b67c40
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fi
|
||||||
|
|
||||||
# If max_memory doesn't exist, create it and set to default 3074 mb value
|
# If max_memory doesn't exist, create it and set to default 3074 mb value
|
||||||
if [ -z "$max_memory" ]; then
|
if [ -z "$max_memory" ]; then
|
||||||
max_memory=3072
|
max_memory=75
|
||||||
ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory
|
ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue