You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Himanshu Roongta (JIRA)" <ji...@apache.org> on 2018/07/20 17:27:00 UTC

[jira] [Commented] (FLINK-9904) Allow users to control MaxDirectMemorySize

    [ https://issues.apache.org/jira/browse/FLINK-9904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551020#comment-16551020 ] 

Himanshu Roongta commented on FLINK-9904:
-----------------------------------------

I can fix this if people agree.

> Allow users to control MaxDirectMemorySize
> ------------------------------------------
>
>                 Key: FLINK-9904
>                 URL: https://issues.apache.org/jira/browse/FLINK-9904
>             Project: Flink
>          Issue Type: Improvement
>          Components: TaskManager
>    Affects Versions: 1.4.2, 1.5.1
>            Reporter: Himanshu Roongta
>            Priority: Critical
>
> For people who use docker image and run flink in pods, currently, there is no way to update 
> {{MaxDirectMemorySize}}
> (Well one can create a custom version of [taskmanager.sh|https://github.com/apache/flink/blob/master/flink-dist/src/main/flink-bin/bin/taskmanager.sh])
>  
> As a result, it starts with a value of 8388607T . If the param {{taskmanager.memory.preallocate}} is set to false (default) the clean up will only occur when the MaxDirectMemorySize limit is hit and a gc full cycle kicks in. However with pods especially in kuberenete they will get killed because pods do not run at such a high value. (In our case we run 8GB per pod)
>  
> The fix would be to allow it be configurable via {{flink-conf}}. We can still have a default of 8388607T to avoid a breaking change. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)