1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

add max memory unit

This commit is contained in:
rosbeef andino 2022-04-03 21:36:34 -04:00 committed by GitHub
parent c3c2ada7ac
commit 96429e4021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"