bigbluebutton-Github/bigbluebutton-web/run-prod.sh

4 lines
236 B
Bash
Raw Normal View History

#!/bin/bash
2019-02-06 06:18:27 +08:00
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