소스 검색

More asciidoc errors

Clinton Gormley 9 년 전
부모
커밋
1a15e55f94
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      docs/reference/setup/sysconfig/heap_size.asciidoc

+ 4 - 4
docs/reference/setup/sysconfig/heap_size.asciidoc

@@ -58,8 +58,8 @@ in the jvm.options file and setting these values via `ES_JAVA_OPTS`:
 
 [source,sh]
 ------------------
-ES_JAVA_OPTS="-Xms2g -Xmx2g" ./bin/elasticsearch <3>
-ES_JAVA_OPTS="-Xmx4000mb -Xmx4000mb" ./bin/elasticsearch <4>
+ES_JAVA_OPTS="-Xms2g -Xmx2g" ./bin/elasticsearch <1>
+ES_JAVA_OPTS="-Xmx4000mb -Xmx4000mb" ./bin/elasticsearch <2>
 ------------------
-<3> Set the minimum and maximum heap size to 2 GB.
-<4> Set the minimum and maximum heap size to 4000 MB.
+<1> Set the minimum and maximum heap size to 2 GB.
+<1> Set the minimum and maximum heap size to 4000 MB.