mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
change max user to max memory
for better understand
This commit is contained in:
parent
52ef280493
commit
b4b27bece2
1 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
maxmembers=$YNH_APP_ARG_MAXMEMBERS
|
max_memory=$YNH_APP_ARG_MAX_MEMORY
|
||||||
path_url="/"
|
path_url="/"
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
@ -43,9 +43,6 @@ focus_user="focus"
|
||||||
|
|
||||||
videobridge_user="jvb"
|
videobridge_user="jvb"
|
||||||
|
|
||||||
user_memory_usage=1,5
|
|
||||||
max_memory=$(( $user_memory_usage * $maxmembers ))
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue