envoyproxy/envoy

access log: file access log memory growth between flush events

Open

#9.458 geöffnet am 23. Dez. 2019

Auf GitHub ansehen
 (1 Kommentar) (3 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/perfhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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