Skip to content

Commit 38074e8

Browse files
authored
Fix JVM Option in java-reference.md (#903)
1 parent a030426 commit 38074e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/java-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This section describes the algorithm that is responsible for providing this memo
2727

2828
### Heap
2929

30-
The Heap memory value, ultimately supplied as the `-xmX` JVM flag, is calculated using the following formula:
30+
The Heap memory value, ultimately supplied as the `-Xmx` JVM flag, is calculated using the following formula:
3131

3232
`Heap = Total Container Memory - Non-Heap - Headroom`
3333

0 commit comments

Comments
 (0)