aws-samples / amazon-cloudwatch-container-insights

CloudWatch Agent Dockerfile and K8s YAML templates for CloudWatch Container Insights.
MIT No Attribution
162 stars 106 forks source link

Remove Mem_Buf_Limit when storage.type filesystem is enabled #152

Open aibazhang opened 10 months ago

aibazhang commented 10 months ago

Issue

As mentioned in the fluent bit documents,

Please note that Mem_Buf_Limit only applies when storage.type is set to the default value of memory. The section below explains the limits that apply when you enable storage.type filesystem.

https://docs.fluentbit.io/manual/administration/buffering-and-storage#buffering-and-memory

Description of changes:

Removed Mem_Buf_Limit when storage.type filesystem is enabled

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

KAZYPinkSaurus commented 1 week ago

Is there any update?