diff --git a/scripts/config b/scripts/config index 35494d1..c4baffc 100644 --- a/scripts/config +++ b/scripts/config @@ -23,7 +23,7 @@ ynh_abort_if_errors get__max_memory(){ local max_memory=$(ynh_app_setting_get --app=$app --key=max_memory) - # 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 75 mb value if [ -z "$max_memory" ]; then max_memory=75 ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory diff --git a/scripts/upgrade b/scripts/upgrade index f107c19..b716c03 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -80,7 +80,7 @@ if [ -z "$final_path" ]; then ynh_app_setting_set --app=$app --key=final_path --value=$final_path 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 75 mb value if [ -z "$max_memory" ]; then max_memory=75 ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory