mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Add heap flags to production entry script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user