From 17e5b3dd27dbe3ddd5fdc0236093182ac53d74a4 Mon Sep 17 00:00:00 2001 From: kimchy Date: Sat, 6 Nov 2010 22:34:49 +0200 Subject: [PATCH] add comment on format of min and max mem --- bin/elasticsearch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/elasticsearch b/bin/elasticsearch index 479ec41980b..20dc7738f08 100755 --- a/bin/elasticsearch +++ b/bin/elasticsearch @@ -15,10 +15,10 @@ # # # Optionally, exact memory values can be set using the following values, note, -# they can still be set using the `ES_JAVA_OPTS`. +# they can still be set using the `ES_JAVA_OPTS`. Sample format include "512m", and "10g". # -# ES_MIN_MEM -- The minimum number of memory to allocate, in megabytes. -# ES_MAX_MEM -- The maximum number of memory to allocate, in megabytes. +# ES_MIN_MEM -- The minimum number of memory to allocate. +# ES_MAX_MEM -- The maximum number of memory to allocate. # # As a convenience, a fragment of shell is sourced in order to set one or # more of these variables. This so-called `include' can be placed in a