add comment on format of min and max mem

This commit is contained in:
kimchy 2010-11-06 22:34:49 +02:00
parent b568174bee
commit 17e5b3dd27
1 changed files with 3 additions and 3 deletions

View File

@ -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