Skip to content

Commit

Permalink
- add more-documented sysconfig defaults for centos
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Apr 28, 2013
1 parent aef2d5c commit c9377e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkg/centos/sysconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Set 'START' to true to have logstash start.
START=false

# The 'ulimit -n' setting for logstash.
# You may need to increase this if you are using
# the elasticsearch output with 'embedded => true'
#OPEN_FILES=16384

# How many filter workers to run.
# Note this requires you use thread-safe filters
#FILTER_THREADS=1

# The flags to provide to java
#LS_JAVA_OPTS="-Xmx256m -Djava.io.tmpdir=$LS_HOME/tmp"

0 comments on commit c9377e9

Please sign in to comment.