Skip to content

Commit

Permalink
Add back trailing lines deleted by editor
Browse files Browse the repository at this point in the history
Fixes #9335
  • Loading branch information
karenzone committed Apr 9, 2018
1 parent 3ac3544 commit 2be21c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/static/performance-checklist.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ Examining the in-depth GC statistics with a tool similar to the excellent https:

NOTE: As long as the GC pattern is acceptable, heap sizes that occasionally increase to the maximum are acceptable. Such heap size spikes happen in response to a burst of large events passing through the pipeline. In general practice, maintain a gap between the used amount of heap memory and the maximum.
This document is not a comprehensive guide to JVM GC tuning. Read the official http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html[Oracle guide] for more information on the topic. We also recommend reading http://www.semicomplete.com/blog/geekery/debugging-java-performance.html[Debugging Java Performance].

1 change: 1 addition & 0 deletions docs/static/running-logstash-command-line.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ With this command, Logstash concatenates three config files, `/tmp/one`, `/tmp/t

*`-h, --help`*::
Print help

1 change: 1 addition & 0 deletions docs/static/settings-file.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,4 @@ The log level. Valid options are:
| Platform-specific. See <<dir-layout>>.

|=======================================================================

0 comments on commit 2be21c5

Please sign in to comment.