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.

貢獻者指南