azagrebin 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_r387237099
########## 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: I would not say so. Every time it is a custom decision. ---------------------------------------------------------------- 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
