-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport PR #15925 to 8.12: Set Netty's maxOrder options to previous …
…default (#15928) Updates Netty's configuration of maxOrder to a previously proven value, if not already customised by the user. Adds a step to the JvmOption parsing tool, which is used to compose the JVM options string to pass down to Logstash at startup. The added step rework the parsed options to set the allocator max order -Dio.netty.allocator.maxOrder=11 so that the maximum pooled buffer is up to 16MB and not 4MB. This option is added iff it's not yet specified by the user (cherry picked from commit 52ce3ff) Co-authored-by: Andrea Selva <selva.andre@gmail.com>
- Loading branch information
1 parent
1cca6bc
commit 2a5c4c9
Showing
3 changed files
with
60 additions
and
4 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
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
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