zentol opened a new pull request #12533:
URL: https://github.com/apache/flink/pull/12533


   Adds some logging for the final memory configuration.
   
   Examples of the logging output:
   
   master:
   ```
   Final Master Memory configuration:
     Total Process Memory: 1024.000mb (1073741824 bytes)
       Total Flink Memory: 576.000mb (603979776 bytes)
         Heap:             448.000mb (469762048 bytes)
         Off-heap:         128.000mb (134217728 bytes)
       JVM Metaspace:      256.000mb (268435456 bytes)
       JVM Overhead:       192.000mb (201326592 bytes)
   ```
   
   taskexecutor:
   ```
   Final TaskExecutor Memory configuration:
     Total Process Memory:      1024.000mb (1073741824 bytes)
       Total Flink Memory:      576.000mb (603979776 bytes)
         Total Heap Memory:     153.600mb (161061270 bytes)
           Framework:           128.000mb (134217728 bytes)
           Task:                25.600mb (26843542 bytes)
         Total Off-heap Memory: 422.400mb (442918506 bytes)
           Managed:             230.400mb (241591914 bytes)
           Total Direct Memory: 192.000mb (201326592 bytes)
             Framework:         128.000mb (134217728 bytes)
             Task:              0 bytes
             Network:           64.000mb (67108864 bytes)
       JVM Metaspace:           256.000mb (268435456 bytes)
       JVM Overhead:            192.000mb (201326592 bytes)
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to