azagrebin commented on a change in pull request #11787:
URL: https://github.com/apache/flink/pull/11787#discussion_r411444204



##########
File path: flink-dist/src/main/resources/flink-conf.yaml
##########
@@ -37,9 +37,11 @@ jobmanager.rpc.address: localhost
 jobmanager.rpc.port: 6123
 
 
-# The heap size for the JobManager JVM
+# The total process memory size for the JobManager.
+#
+# Note this accounts for all memory usage within the JobManager process, 
including JVM metaspace and other overhead.
 
-jobmanager.heap.size: 1024m
+jobmanager.memory.process.size: 1472m

Review comment:
       I added a tab for JM in the [calculation 
spreadsheet](https://docs.google.com/spreadsheets/d/1mJaMkMPfDJJ-w6nMXALYmTc4XxiV30P5U7DzgwLkSoE).
 The changes aim to align the new derived heap size with the previous default 
heap size for standalone. As a result, the container size will increase a bit. 
`1472m` was miscalculated. It should be `1600m`.




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


Reply via email to