Repository: flink
Updated Branches:
  refs/heads/release-1.3 30c476e4c -> 89e90f31e


[FLINK-6580] Sync default heap sizes from code with config file

This closes #3900


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/89e90f31
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/89e90f31
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/89e90f31

Branch: refs/heads/release-1.3
Commit: 89e90f31e8c4fb19250e02f95ae703f0fab9c099
Parents: 30c476e
Author: Robert Metzger <rmetz...@apache.org>
Authored: Mon May 15 11:15:48 2017 +0200
Committer: Robert Metzger <rmetz...@apache.org>
Committed: Mon May 15 16:03:36 2017 +0200

----------------------------------------------------------------------
 flink-dist/src/main/resources/flink-conf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/89e90f31/flink-dist/src/main/resources/flink-conf.yaml
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/resources/flink-conf.yaml 
b/flink-dist/src/main/resources/flink-conf.yaml
index 12c90e1..23eb525 100644
--- a/flink-dist/src/main/resources/flink-conf.yaml
+++ b/flink-dist/src/main/resources/flink-conf.yaml
@@ -39,12 +39,12 @@ jobmanager.rpc.port: 6123
 
 # The heap size for the JobManager JVM
 
-jobmanager.heap.mb: 256
+jobmanager.heap.mb: 1024
 
 
 # The heap size for the TaskManager JVM
 
-taskmanager.heap.mb: 512
+taskmanager.heap.mb: 1024
 
 
 # The number of task slots that each TaskManager offers. Each slot runs one 
parallel pipeline.

Reply via email to