bigbluebutton-Github/bigbluebutton-web/run-prod.sh
Bohdan Zhemelinskyi f95270c98c spring to 2.7.x
2023-01-04 20:33:06 +00:00

3 lines
312 B
Bash
Executable File

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