From 7e2ba98d36f29ee087dac57a8985e2abe715f7dd Mon Sep 17 00:00:00 2001 From: Evilham Date: Thu, 21 Apr 2022 17:52:49 +0200 Subject: [PATCH] [__jitsi_meet] Fix issue with jicofo memory adaptation That was being a bit of a mess. Sponsored by: camilion.eu, eXO.cat --- type/__jitsi_meet/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__jitsi_meet/gencode-remote b/type/__jitsi_meet/gencode-remote index 435bbf4..fd782a4 100755 --- a/type/__jitsi_meet/gencode-remote +++ b/type/__jitsi_meet/gencode-remote @@ -24,7 +24,7 @@ if cut -f 2 "${__object}/explorer/configured-memory" | grep -qvE "^${MAX_MEMORY} -e 's!^(#[[:space:]]*)?(VIDEOBRIDGE_MAX_MEMORY)=.*\$!\2=${MAX_MEMORY}!' \ /usr/share/jitsi-videobridge/lib/videobridge.rc sed -i.tmp -E \ - -e 's!(JICOFO_MAX_MEMORY)[^;]+;!\1=${MAX_MEMORY};!' \ + -e 's!(JICOFO_MAX_MEMORY)[^";]+;!\1=${MAX_MEMORY};!' \ /usr/share/jicofo/jicofo.sh EOF fi