fujiwara / fluent-plugin-suppress

fluentd plugin to suppress same messages.
Other
17 stars 13 forks source link

Add `max_slot_num` param to limit memory usage #13

Closed Etsukata closed 6 years ago

Etsukata commented 6 years ago

Currently, the @slots length can grow without any limitation when cardinarity of attr_key is large enough.

Introduces max_slot_num param to put an upper limit on the @slots length to control memory usage.

fujiwara commented 6 years ago

Thanks!

Etsukata commented 6 years ago

I really appreciate that you quickly released v1.1.0. So far, It works fine and reduced memory usage. It's no longer needed to restart td-agent to free memory. Thanks.