diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2020-12-10 09:09:34 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2020-12-10 09:09:34 +0100 |
commit | ad064dddbc1e226d23b62baa799871b675bbdfb6 (patch) | |
tree | 21510004236c9f8011b141cd39be4a10536e711b /app/deployment/jitsi.hcl | |
parent | 2b3df5b6ee7f1dff25f2b96ece365b1555b5f609 (diff) | |
parent | 9c947a458f66e554c3d0cfda1fb1a42b4fafba25 (diff) | |
download | infrastructure-ad064dddbc1e226d23b62baa799871b675bbdfb6.tar.gz infrastructure-ad064dddbc1e226d23b62baa799871b675bbdfb6.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/infrastructure
Diffstat (limited to 'app/deployment/jitsi.hcl')
-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 { |