From 59e83865bbea74b7c222482bd8a69492163df326 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Sun, 3 Apr 2022 21:53:35 -0400 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9a33a94..ed96016 100644 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,8 @@ focus_user="focus" videobridge_user="jvb" -max_memory=$((1.5*$maxmembers)) +user_memory_usage=1.5 +max_memory=$(($user_memory_usage * $maxmembers)) #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS