You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/15 10:32:01 UTC

[GitHub] [flink] azagrebin commented on a change in pull request #10860: [FLINK-15145][config] Change TM memory configuration default values for FLIP-49.

azagrebin 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_r366787685
 
 

 ##########
 File path: flink-dist/src/main/resources/flink-conf.yaml
 ##########
 @@ -42,9 +42,12 @@ jobmanager.rpc.port: 6123
 jobmanager.heap.size: 1024m
 
 
-# The heap size for the TaskManager JVM
+# The total process memory size for the TaskManager.
 
 Review comment:
   ```suggestion
   # The total process memory size for the TaskExecutor.
   ```
   I think this the most recent term for task manager after FLIP-6

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services