Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the default number of output threads to 8 #396

Merged
merged 2 commits into from
Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sumologic:
flushInterval: "5s"

## Increase number of http threads to Sumo. May be required in heavy logging clusters
numThreads: 4
numThreads: 8

chunkLimitSize: "1m"

Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/fluentd-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ spec:
- name: FLUSH_INTERVAL
value: "5s"
- name: NUM_THREADS
value: "4"
value: "8"
- name: CHUNK_LIMIT_SIZE
value: "1m"
- name: QUEUE_CHUNK_LIMIT_SIZE
Expand Down Expand Up @@ -675,7 +675,7 @@ spec:
- name: FLUSH_INTERVAL
value: "5s"
- name: NUM_THREADS
value: "4"
value: "8"
- name: CHUNK_LIMIT_SIZE
value: "1m"
- name: QUEUE_CHUNK_LIMIT_SIZE
Expand Down