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

Commit

Permalink
Merge pull request #125 from granular-ryanbonham/improve_gc
Browse files Browse the repository at this point in the history
Improve Ruby GC
  • Loading branch information
frankreno committed Apr 18, 2019
2 parents 9a43996 + 8aeb3f2 commit e82d79a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daemonset/nonrbac/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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 @@ -88,6 +88,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

0 comments on commit e82d79a

Please sign in to comment.