Ufuk Celebi created FLINK-1299: ---------------------------------- Summary: Remove default values for JobManager and TaskManager heap sizes Key: FLINK-1299 URL: https://issues.apache.org/jira/browse/FLINK-1299 Project: Flink Issue Type: Improvement Components: Build System Reporter: Ufuk Celebi Priority: Minor
Currently, the default config contains fixed values for both the job manager and the task manager heap sizes. I propose to comment both lines out and let the JVM set -Xms and -Xms automatically. This should give a better out of the box experience when trying out Flink locally or on a cluster. -- This message was sent by Atlassian JIRA (v6.3.4#6332)