Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Improve Ruby GC #125

Merged
merged 1 commit into from
Apr 18, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions daemonset/nonrbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
secretKeyRef:
name: sumologic
key: collector-url
# Improve GC for memory limited envs like docker.
- name: RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR
value: "0.9"
tolerations:
- operator: "Exists"
- effect: "NoSchedule"
Expand Down
3 changes: 3 additions & 0 deletions daemonset/rbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ spec:
secretKeyRef:
name: sumologic
key: collector-url
# Improve GC for memory limited envs like docker.
- name: RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR
value: "0.9"
tolerations:
#- operator: "Exists"
- effect: "NoSchedule"
Expand Down