You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/08 14:47:15 UTC

[GitHub] [beam] mxm commented on a change in pull request #11193: [BEAM-9550] Increase JVM Metaspace size for the TaskExecutors.

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_r405579807
 
 

 ##########
 File path: .test-infra/dataproc/init-actions/flink.sh
 ##########
 @@ -155,7 +155,9 @@ 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.size: "${flink_taskmanager_memory} mb"
+taskmanager.memory.jvm-metaspace.size: 512 mb
+taskmanager.memory.managed.fraction: 0.5
 
 Review comment:
   Should we set a fixed amount of memory here? 0.5 could be a lot.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services