mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3 lines
184 B
Bash
Executable file
3 lines
184 B
Bash
Executable file
#!/bin/bash
|
|
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
|
|
exec java -XX:+UseContainerSupport -XX:MaxRAMPercentage=50.0 -Xlog:gc* -jar /git-bridge.jar /conf/runtime.json
|