Skip to content

Commit 6bf115f

Browse files
committed
Reduce Java heap size in Docker Compose configuration
1 parent 48d72b5 commit 6bf115f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
SROUCE_BUILDER: ${SROUCE_BUILDER:-false}
5050
LLM_BASE_URL: ${LLM_BASE_URL:-}
5151
LLM_API_TOKEN: ${LLM_API_TOKEN:-}
52-
JAVA_OPTS: ${JAVA_OPTS:--Xmx20G -Xms512m}
52+
JAVA_OPTS: ${JAVA_OPTS:--Xmx10G -Xms512m}
5353
healthcheck:
5454
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8080/actuator/health/liveness || exit 1"]
5555
interval: 30s

0 commit comments

Comments
 (0)