You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/07/24 08:55:00 UTC

[jira] [Created] (FLINK-9933) Simplify taskmanager memory default values

Chesnay Schepler created FLINK-9933:
---------------------------------------

             Summary: Simplify taskmanager memory default values
                 Key: FLINK-9933
                 URL: https://issues.apache.org/jira/browse/FLINK-9933
             Project: Flink
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 1.6.0
            Reporter: Chesnay Schepler


The default value for {{NETWORK_BUFFERS_MEMORY_MIN}} is currently defined is {{String.valueOf(64L << 20)}}, which in the documentation is represented as {{"67108864"}}.

Now that we have the {{MemorySize}} utility we can change the default to {{"64 mb"}}.

The same applies to {{NETWORK_BUFFERS_MEMORY_MAX}}.



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