[ 
https://issues.apache.org/jira/browse/FLINK-15962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhijiang updated FLINK-15962:
-----------------------------
    Fix Version/s: 1.11.0

> Reduce the default chunk size in netty stack
> --------------------------------------------
>
>                 Key: FLINK-15962
>                 URL: https://issues.apache.org/jira/browse/FLINK-15962
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Network
>            Reporter: Zhijiang
>            Assignee: Yun Gao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The current default chunk size inside netty stack is 16MB, and one arena 
> would create multiple chunks based on demands. But it does not mean that the 
> new chunk is created after the previous one was fully exhausted, which would 
> further boost the direct memory overhead.
> In order to decrease the total memory overhead caused by netty, we can reduce 
> the default chunk size and measure the effect via existing e2e, and also 
> verify the performance concern via the benchmarks.
> This improvement is orthogonal to the 
> [FLINK-10742|https://issues.apache.org/jira/browse/FLINK-10742] 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to