From 1a15e55f94a43fc456b1de70edba5d2f73010ccd Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 13 Apr 2016 10:01:33 +0200 Subject: [PATCH] More asciidoc errors --- docs/reference/setup/sysconfig/heap_size.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/setup/sysconfig/heap_size.asciidoc b/docs/reference/setup/sysconfig/heap_size.asciidoc index 7a8a61763e8..ef0cc959b2c 100644 --- a/docs/reference/setup/sysconfig/heap_size.asciidoc +++ b/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.