mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #101 from overleaf/sk-heap-size
Add heap flags to production entry script
This commit is contained in:
commit
154356143a
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
|
||||
exec java -jar /git-bridge.jar /conf/runtime.json
|
||||
exec java -Xms512m -Xmx3072m -jar /git-bridge.jar /conf/runtime.json
|
||||
|
|
Loading…
Reference in a new issue