Skip to content

Commit 66d0605

Browse files
authored
add resources key to docker compose jvm options (#3404)
1 parent 5fad540 commit 66d0605

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/configuration/jvm-options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ To let the JVM calculate the heap size from the container declared memory limit,
4646
MEMORY: ""
4747
JVM_XX_OPTS: "-XX:MaxRAMPercentage=75"
4848
deploy:
49-
limits:
50-
memory: 4G
49+
resources:
50+
limits:
51+
memory: 4G
5152
```
5253

5354
!!! important

0 commit comments

Comments
 (0)