Skip to content

Commit

Permalink
Remove comments lines
Browse files Browse the repository at this point in the history
  • Loading branch information
goacid committed May 27, 2020
1 parent c497f70 commit ad87512
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jvb/rootfs/etc/cont-init.d/10-config
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ if [[ ! -f /config/logging.properties ]]; then
fi

if [[ ! -z $JVB_JVM_MAX_MEM ]]; then
echo -n "# The amount of memory that the java process can consume.\n# Use the format that is in use for java's -Xmx switch# The default is 3072m\n# Only effective on linux, 64 bit \nVIDEOBRIDGE_MAX_MEMORY=$JVB_JVM_MAX_MEM
\n# Uncomment the next line to enable the remote debugging of the video bridge \n# VIDEOBRIDGE_DEBUG_OPTIONS=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000\"" > /usr/share/jitsi-videobridge/libs/viedobridge.rcfi
echo -n "# The amount of memory that the java process can consume.\n# Use the format that is in use for java's -Xmx switch# The default is 3072m\n# Only effective on linux, 64 bit \nVIDEOBRIDGE_MAX_MEMORY=$JVB_JVM_MAX_MEM" > /usr/share/jitsi-videobridge/libs/viedobridge.rcfi


chown -R jvb:jitsi /config

0 comments on commit ad87512

Please sign in to comment.