diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-02-01 08:40:59 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-02-01 08:40:59 +0100 |
commit | 0a87d26e47646fb0a3e9a9399ea83b39640583b1 (patch) | |
tree | 66b79c1cd096fd1a0923aa35e93364d393f6b417 /app/jitsi/build/jitsi-videobridge | |
parent | cb69a1123cc36c792cb0993ae46c3700a7391a62 (diff) | |
download | infrastructure-0a87d26e47646fb0a3e9a9399ea83b39640583b1.tar.gz infrastructure-0a87d26e47646fb0a3e9a9399ea83b39640583b1.zip |
Polish configuration
Diffstat (limited to 'app/jitsi/build/jitsi-videobridge')
-rwxr-xr-x | app/jitsi/build/jitsi-videobridge/jvb_run | 9 |
1 files changed, 0 insertions, 9 deletions
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 \ |