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_r397443001
##########
File path: .test-infra/dataproc/init-actions/flink.sh
##########
@@ -155,7 +155,8 @@ function configure_flink() {
# Settings applied by Cloud Dataproc initialization action
jobmanager.rpc.address: ${master_hostname}
jobmanager.heap.mb: ${flink_jobmanager_memory}
-taskmanager.heap.mb: ${flink_taskmanager_memory}
+taskmanager.memory.process.mb: ${flink_taskmanager_memory}
+taskmanager.memory.jvm-metaspace.mb: 512
Review comment:
The correct option name is: `taskmanager.memory.jvm-metaspace.size`:
https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/config.html#taskmanager-memory-jvm-metaspace-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