aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/build/jitsi-conference-focus/jicofo
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@dufour.io>2021-02-01 08:40:59 +0100
committerQuentin Dufour <quentin@dufour.io>2021-02-01 08:40:59 +0100
commit0a87d26e47646fb0a3e9a9399ea83b39640583b1 (patch)
tree66b79c1cd096fd1a0923aa35e93364d393f6b417 /app/jitsi/build/jitsi-conference-focus/jicofo
parentcb69a1123cc36c792cb0993ae46c3700a7391a62 (diff)
downloadinfrastructure-0a87d26e47646fb0a3e9a9399ea83b39640583b1.tar.gz
infrastructure-0a87d26e47646fb0a3e9a9399ea83b39640583b1.zip
Polish configuration
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/jicofo')
-rwxr-xr-xapp/jitsi/build/jitsi-conference-focus/jicofo8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/jicofo b/app/jitsi/build/jitsi-conference-focus/jicofo
index 344b293..e307e9f 100755
--- a/app/jitsi/build/jitsi-conference-focus/jicofo
+++ b/app/jitsi/build/jitsi-conference-focus/jicofo
@@ -2,15 +2,7 @@
update-ca-certificates -f
-if [ -z "${JICOFO_MEMORY}" ]; then
- echo "You must set the env variable 'JICOFO_MEMORY'. eg. JICOFO_MEMORY=3072m"
- exit 1
-fi
-
exec java \
- -Xmx${JICOFO_MEMORY} \
- -XX:+HeapDumpOnOutOfMemoryError \
- -XX:HeapDumpPath=/tmp \
-Djdk.tls.ephemeralDHKeySize=2048 \
-Djava.util.logging.config.file=/usr/share/jicofo/lib/logging.properties \
-Dconfig.file=/etc/jitsi/jicofo.conf \