mxm commented on a change in pull request #11193: [BEAM-9550] Increase JVM Metaspace size for the TaskExecutors. URL: https://github.com/apache/beam/pull/11193#discussion_r397443529
########## File path: .test-infra/dataproc/init-actions/flink.sh ########## @@ -46,7 +46,7 @@ readonly FLINK_NETWORK_NUM_BUFFERS=2048 readonly FLINK_JOBMANAGER_MEMORY_FRACTION='1.0' # Heap memory used by the task managers (slaves) determined by the physical (free) memory of the servers. -# Flink config entry: taskmanager.heap.mb. +# Flink config entry: taskmanager.memory.process.mb. Review comment: ```suggestion # Flink config entry: taskmanager.memory.process.size ``` ---------------------------------------------------------------- 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
