mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
656c2bfd42
commit
cb35193f7c
2 changed files with 6 additions and 6 deletions
|
@ -17,9 +17,9 @@
|
|||
################################################################
|
||||
|
||||
## GC configuration
|
||||
8-14:-XX:+UseConcMarkSweepGC
|
||||
8-14:-XX:CMSInitiatingOccupancyFraction=75
|
||||
8-14:-XX:+UseCMSInitiatingOccupancyOnly
|
||||
8-13:-XX:+UseConcMarkSweepGC
|
||||
8-13:-XX:CMSInitiatingOccupancyFraction=75
|
||||
8-13:-XX:+UseCMSInitiatingOccupancyOnly
|
||||
|
||||
## Locale
|
||||
# Set the locale language
|
||||
|
|
6
docs/static/jvm.asciidoc
vendored
6
docs/static/jvm.asciidoc
vendored
|
@ -77,9 +77,9 @@ In the `config/jvm.options` file, replace all CMS related flags with:
|
|||
[source,shell]
|
||||
-----
|
||||
## GC configuration
|
||||
8-14:-XX:+UseConcMarkSweepGC
|
||||
8-14:-XX:CMSInitiatingOccupancyFraction=75
|
||||
8-14:-XX:+UseCMSInitiatingOccupancyOnly
|
||||
8-13:-XX:+UseConcMarkSweepGC
|
||||
8-13:-XX:CMSInitiatingOccupancyFraction=75
|
||||
8-13:-XX:+UseCMSInitiatingOccupancyOnly
|
||||
-----
|
||||
|
||||
For more information about how to use `jvm.options`, please refer to <<jvm-settings>>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue