bigbluebutton-Github/bigbluebutton-web/run-prod.sh
2019-02-05 14:18:27 -08:00

4 lines
236 B
Bash
Executable File

#!/bin/bash
java -Dgrails.env=prod -Dserver.port=8090 -Xms384m -Xmx384m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/bigbluebutton/diagnostics -cp WEB-INF/lib/*:/:WEB-INF/classes/:. org.springframework.boot.loader.WarLauncher