From 96429e4021d8c5f2bd8351143ad133bc36042289 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Sun, 3 Apr 2022 21:36:34 -0400 Subject: [PATCH] add max memory unit --- conf/jitsi-videobridge.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jitsi-videobridge.config b/conf/jitsi-videobridge.config index 42fd4ad..ceb90db 100644 --- a/conf/jitsi-videobridge.config +++ b/conf/jitsi-videobridge.config @@ -13,7 +13,7 @@ JVB_PORT=__PORT_COMPONENT__ JVB_SECRET=__VIDEOBRIDGE_SECRET__ # add max memory used during VM alocation -VIDEOBRIDGE_MAX_MEMORY=__VIDEOBRIDGE_MAX_MEMORY__ +VIDEOBRIDGE_MAX_MEMORY=__VIDEOBRIDGE_MAX_MEMORY__m # adds java system props that are passed to jvb (default are for home and logging config file) JAVA_SYS_PROPS="-Dconfig.file=/etc/__APP__/videobridge/jvb.conf -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/__APP__ -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/__APP__ -Djava.util.logging.config.file=/etc/__APP__/videobridge/logging.properties"