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 16:11:26 UTC

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

kamilwu 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_r405643248
 
 

 ##########
 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:
   Yes, the jobs started working after setting the fraction to 0.5. The default value is 0.4, so the difference might not be that huge. 

----------------------------------------------------------------
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