forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add more-documented sysconfig defaults for centos
- Loading branch information
1 parent
aef2d5c
commit c9377e9
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|