Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.1
-
None
Description
With small buffer sizes and/or small EMA's alpha, currently it can happen buffer size won't grow at all. For example:
- current buffer size is 16b
- max new desired size is only capped at 2 * 16b = 32b
- so with alpha ~= 0.03 (or smaller) the new buffer size would be still 16b
Attachments
Issue Links
- relates to
-
FLINK-36556 Allow to configure starting buffer size when using buffer debloating
- Closed