Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit cb2ec3e

Browse files
author
Chris Wiechmann
committed
Update env-sample
1 parent f04147a commit cb2ec3e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

env-sample

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,13 @@ LOGSTASH_HOSTS=logstash:5044
259259

260260
# ----------------------------------------------------------------------------------------------
261261
# Define JVM-Heap size for Logstash. Both values should be the same and not more than 6GB.
262+
# Additionally you may set the temp directory which should be used by Logstash.
262263
# Defaults to -Xmx1g -Xms1g
263264
# Used-By: Logstash
264-
# LS_JAVA_OPTS="-Xmx6g -Xms6g"
265+
# LS_JAVA_OPTS=-Xmx6g -Xms6g
266+
# Or use it to setup the temp directory for Logstash. Keep in mind, a directory within the
267+
# container.
268+
# LS_JAVA_OPTS=-Xmx6g -Xms6g -Djava.io.tmpdir=/var/tmp
265269

266270
# ----------------------------------------------------------------------------------------------
267271
# With this parameter you tell the Logstash processing pipeline which memchached to use. It is
@@ -288,7 +292,10 @@ MEMCACHED=memcached:11211
288292
# It should not be bigger than 31GB. Defaults to 1GB by ES default which is in most cases not
289293
# correct.
290294
# Used-By: Elasticsearch
291-
# ES_JAVA_OPTS="-Xms8g -Xmx8g"
295+
# ES_JAVA_OPTS=-Xms8g -Xmx8g
296+
# Or use it to setup the temp directory for Elasticsearch. Keep in mind, a directory within the
297+
# container.
298+
# ES_JAVA_OPTS=-Xms8g -Xmx8g -Djava.io.tmpdir=/var/tmp
292299

293300
# ----------------------------------------------------------------------------------------------
294301
# The number of Filebeat worker threads sending data to Logstash. This should be sufficient in

0 commit comments

Comments
 (0)