zentol commented on a change in pull request #11300: [FLINK-16406] Increase default value for JVM Metaspace to minimise its OutOfMemoryError URL: https://github.com/apache/flink/pull/11300#discussion_r387225533
########## File path: flink-dist/src/main/resources/flink-conf.yaml ########## @@ -46,7 +46,7 @@ jobmanager.heap.size: 1024m # # Note this accounts for all memory usage within the TaskManager process, including JVM metaspace and other overhead. -taskmanager.memory.process.size: 1568m +taskmanager.memory.process.size: 1728m Review comment: is this fully derived from existing config options? Maybe we could generate parts of the `flink-conf.yaml` ---------------------------------------------------------------- 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] With regards, Apache Git Services
