diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-20 15:44:42 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-20 15:44:42 +0100 |
commit | 031f31e91eb3f934032d581989844c8e341042a9 (patch) | |
tree | 96c75d0dbd2a137b838605c15edd065da1743b43 /app/jitsi/build/jitsi-conference-focus/jicofo | |
parent | 5dfca7a713ce8322de9b0dbaa55aabb70b6ea585 (diff) | |
download | infrastructure-031f31e91eb3f934032d581989844c8e341042a9.tar.gz infrastructure-031f31e91eb3f934032d581989844c8e341042a9.zip |
WIP modernize jitsi conf
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/jicofo')
-rwxr-xr-x | app/jitsi/build/jitsi-conference-focus/jicofo | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/jicofo b/app/jitsi/build/jitsi-conference-focus/jicofo index 2bc6e3f..1c1f77d 100755 --- a/app/jitsi/build/jitsi-conference-focus/jicofo +++ b/app/jitsi/build/jitsi-conference-focus/jicofo @@ -8,7 +8,14 @@ ${JITSI_PROSODY_HOST} jitsi.deuxfleurs.fr conference.jitsi.deuxfleurs.fr jitsi-v 127.0.0.1 `hostname` EOF -/srv/jicofo/jicofo.sh \ +exec java \ + -Xmx400m \ + -XX:+HeapDumpOnOutOfMemoryError \ + -XX:HeapDumpPath=/tmp \ + -Djdk.tls.ephemeralDHKeySize=2048 \ + -Djava.util.logging.config.file=/srv/jicofo/lib/logging.properties \ + -cp "/usr/share/jicofo/*:/usr/share/jicofo/lib/*" \ + org.jitsi.jicofo.Main \ --host=${JITSI_PROSODY_HOST} \ --domain=jitsi.deuxfleurs.fr \ --secret=${JITSI_SECRET_JICOFO_COMPONENT} \ |