This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,12 @@ LOGSTASH_HOSTS=logstash:5044
235235# Used-By: Logstash
236236# LOGSTASH_NODE_NAME=Logstash-2
237237
238+ # ----------------------------------------------------------------------------------------------
239+ # Define JVM-Heap size for Logstash. Both values should be the same and not more than 6GB.
240+ # Defaults to -Xmx1g -Xms1g
241+ # Used-By: Logstash
242+ # LS_JAVA_OPTS="-Xmx6g -Xms6g"
243+
238244# ----------------------------------------------------------------------------------------------
239245# With this parameter you tell the Logstash processing pipeline which memchached to use. It is
240246# used to cache the API-Details that has been looked up from the API-Manager via the API-Builder.
@@ -282,11 +288,6 @@ MEMCACHED=memcached:11211
282288# Used-By: Filebeat
283289# FILEBEAT_BULK_MAX_SIZE=2048
284290
285- # ----------------------------------------------------------------------------------------------
286- # Defaults to -Xmx1g -Xms1g
287- # Used-By: Logstash
288- # LS_JAVA_OPTS="-Xmx6g -Xms6g"
289-
290291# ----------------------------------------------------------------------------------------------
291292# This is setting up the Elasticsearch clustername, which is used by Elasticsearch to form
292293# the cluster.
You can’t perform that action at this time.
0 commit comments