From 0a87d26e47646fb0a3e9a9399ea83b39640583b1 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 1 Feb 2021 08:40:59 +0100 Subject: Polish configuration --- app/jitsi/build/jitsi-videobridge/jvb_run | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app/jitsi/build/jitsi-videobridge/jvb_run') diff --git a/app/jitsi/build/jitsi-videobridge/jvb_run b/app/jitsi/build/jitsi-videobridge/jvb_run index c82712c..7522fae 100755 --- a/app/jitsi/build/jitsi-videobridge/jvb_run +++ b/app/jitsi/build/jitsi-videobridge/jvb_run @@ -9,18 +9,9 @@ if [ -z "${JITSI_NAT_PUBLIC_IP}" ]; then JITSI_NAT_PUBLIC_IP=$(curl https://ifconfig.me) fi -if [ -z "${JVB_MEMORY}" ]; then - echo "You must set the env variable 'JVB_MEMORY'. eg: JVB_MEMORY=3072m" - exit 1 -fi - echo "NAT config: ${JITSI_NAT_LOCAL_IP} -> ${JITSI_NAT_PUBLIC_IP}" exec java \ - -Xmx${JVB_MEMORY} \ - -XX:+UseConcMarkSweepGC \ - -XX:+HeapDumpOnOutOfMemoryError \ - -XX:HeapDumpPath=/tmp \ -Djdk.tls.ephemeralDHKeySize=2048 \ -Djava.util.logging.config.file=/usr/share/jvb/lib/logging.properties \ -Dconfig.file=/etc/jitsi/videobridge.conf \ -- cgit v1.2.3