diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-02 12:28:19 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-02 12:28:19 +0100 |
commit | 6402119511cb08a2049daa98e7557d557638c069 (patch) | |
tree | 67b491d3a21307ffa237f437ef8a55ba5b9f035d | |
parent | 365849760df9a70be5d3dd9d4c477226610c5aee (diff) | |
download | infrastructure-6402119511cb08a2049daa98e7557d557638c069.tar.gz infrastructure-6402119511cb08a2049daa98e7557d557638c069.zip |
Set Jitsi videobridge max memory
-rw-r--r-- | app/deployment/jitsi.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl index 93c87f7..3c8de3a 100644 --- a/app/deployment/jitsi.hcl +++ b/app/deployment/jitsi.hcl @@ -185,6 +185,7 @@ job "jitsi" { env { #JITSI_DEBUG = 1 JITSI_VIDEO_TCP = 8080 + VIDEOBRIDGE_MAX_MEMORY = "1450m" } artifact { |