envoyproxy/envoy

access log: file access log memory growth between flush events

Open

#9,458 opened on Dec 23, 2019

View on GitHub
 (1 comment) (3 reactions) (0 assignees)C++ (5,373 forks)batch import
area/perfhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

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.

Contributor guide