mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Switch to UseContainerSupport and MaxRAMPercentage
This commit is contained in:
parent
8a68c3aef0
commit
ed3507977b
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
|
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
|
||||||
exec java -Xms512m -Xmx3072m -jar /git-bridge.jar /conf/runtime.json
|
exec java -XX:+UseContainerSupport -XX:MaxRAMPercentage=75.0 -jar /git-bridge.jar /conf/runtime.json
|
||||||
|
|
Loading…
Reference in a new issue