Skip to content

Commit

Permalink
Ensure LS_JAVA_OPTS are appended to, not overwritten
Browse files Browse the repository at this point in the history
We probably don't want the user to accidentally overwrite the temp dir.
  • Loading branch information
blalor committed May 8, 2013
1 parent 5f104e3 commit cb8ab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/sysconfig/logstash.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
START=true

# Java options
#LS_JAVA_OPTS='-Xmx256m -Djava.io.tmpdir=$LS_HOME/tmp'
LS_JAVA_OPTS="${LS_JAVA_OPTS} -Xmx256m"

# Open files limit
#OPEN_FILES=2049
Expand Down

0 comments on commit cb8ab8d

Please sign in to comment.