yangxiaoshuo created FLINK-10619:
------------------------------------
Summary: config MemoryStateBackend default value
Key: FLINK-10619
URL:
https://issues.apache.org/jira/browse/FLINK-10619 Project: Flink
Issue Type: Improvement
Components: Configuration
Reporter: yangxiaoshuo
Assignee: yangxiaoshuo
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
(v7.6.3#76005)