envoyproxy/envoy

access log: file access log memory growth between flush events

Open

#9,458 创建于 2019年12月23日

在 GitHub 查看
 (1 评论) (3 反应) (0 负责人)C++ (5,373 fork)batch import
area/perfhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

with high throughput, the file access log flush can accumulate many events and cause excessive memory consumption. Currently it flushes every time interval or 64KB (which ever is sooner). we should consider making this tunable, or add other mechanism (adaptive interval?) to help limit memory consumption.

贡献者指南