tillrohrmann commented on a change in pull request #10860: 
[FLINK-15145][config] Change TM memory configuration default values for FLIP-49.
URL: https://github.com/apache/flink/pull/10860#discussion_r366993379
 
 

 ##########
 File path: flink-dist/src/main/resources/flink-conf.yaml
 ##########
 @@ -42,10 +42,16 @@ jobmanager.rpc.port: 6123
 jobmanager.heap.size: 1024m
 
 
-# The heap size for the TaskManager JVM
+# The total process memory size for the TaskExecutor.
+#
+# Note this accounts for all memory usage within the TaskExecutor process, 
including JVM metaspace and other overhead.
 
 Review comment:
   Same here with `TaskExecutor` and `TaskManager`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to