We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d72b5 commit 6bf115fCopy full SHA for 6bf115f
1 file changed
docker-compose.yml
@@ -49,7 +49,7 @@ services:
49
SROUCE_BUILDER: ${SROUCE_BUILDER:-false}
50
LLM_BASE_URL: ${LLM_BASE_URL:-}
51
LLM_API_TOKEN: ${LLM_API_TOKEN:-}
52
- JAVA_OPTS: ${JAVA_OPTS:--Xmx20G -Xms512m}
+ JAVA_OPTS: ${JAVA_OPTS:--Xmx10G -Xms512m}
53
healthcheck:
54
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8080/actuator/health/liveness || exit 1"]
55
interval: 30s
0 commit comments