Add gc logging to the Git Bridge

This commit is contained in:
Simon Detheridge 2021-06-21 10:58:00 +01:00
parent 9ef4d1ee5c
commit bce5af615f

View file

@ -1,3 +1,3 @@
#!/bin/bash
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
exec java -XX:+UseContainerSupport -XX:MaxRAMPercentage=50.0 -jar /git-bridge.jar /conf/runtime.json
exec java -XX:+UseContainerSupport -XX:MaxRAMPercentage=50.0 -Xlog:gc* -jar /git-bridge.jar /conf/runtime.json