You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/04/27 11:47:00 UTC

[jira] [Closed] (FLINK-10619) config MemoryStateBackend default value

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

Aljoscha Krettek closed FLINK-10619.
------------------------------------
    Resolution: Abandoned

Closing since this doesn't seem to be an issue.

> config MemoryStateBackend default value
> ---------------------------------------
>
>                 Key: FLINK-10619
>                 URL: https://issues.apache.org/jira/browse/FLINK-10619
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Configuration
>            Reporter: yangxiaoshuo
>            Assignee: yangxiaoshuo
>            Priority: Minor
>              Labels: starter
>
> The default MAX_STATE_SIZE of MemoryStateBackend is 5 * 1024 * 1024.
> If we want to change it, the only way is 
> {code:java}
> // code placeholder
> env.setStateBackend(new MemoryStateBackend(1024 * 1024 * 1024));{code}
> Is it?
> So shall we add it into configuration file?



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