Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit a706f71

Browse files
Update 50_heap.asciidoc
Fixed syntax for min/max heap size parameters
1 parent 074e605 commit a706f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

510_Deployment/50_heap.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the process, if that is easier for your setup:
2020

2121
[source,bash]
2222
----
23-
./bin/elasticsearch -Xmx=10g -Xms=10g <1>
23+
./bin/elasticsearch -Xmx10g -Xms10g <1>
2424
----
2525
<1> Ensure that the min (`Xms`) and max (`Xmx`) sizes are the same to prevent
2626
the heap from resizing at runtime, a very costly process.

0 commit comments

Comments
 (0)