From 940cd974faf4ab6adb26dc65e5c57cde6b5be6e7 Mon Sep 17 00:00:00 2001 From: must_eat Date: Sun, 26 Nov 2023 06:28:12 +0300 Subject: [PATCH] env.example: add jicofo and jvb env vars for defining max memory. --- env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/env.example b/env.example index d2a1f7b..30dafb3 100644 --- a/env.example +++ b/env.example @@ -36,6 +36,12 @@ TZ=UTC # https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment #JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4 +# +# Memory limits for Java components +# + +#JICOFO_MAX_MEMORY=3072m +#VIDEOBRIDGE_MAX_MEMORY=3072m # # JaaS Components (beta)