Commit 4da30e9
committed
perf(memtrack): grow the event ring buffer to 256 MiB
16 MiB holds only ~300K records (~60ms of headroom at multi-M events/s
bursts), so a short consumer scheduling stall overflows the buffer and
drops events. 256 MiB gives ~1s of worst-case burst headroom. The
buffer is memcg-charged and vmap'd, so the only cost is the memory
itself while tracking runs.
Refs COD-30711 parent 8802333 commit 4da30e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments