kamilwu commented on a change in pull request #12698:
URL: https://github.com/apache/beam/pull/12698#discussion_r483087816
##########
File path: .test-infra/dataproc/init-actions/flink.sh
##########
@@ -160,10 +156,10 @@ jobmanager.rpc.address: ${master_hostname}
jobmanager.heap.mb: ${flink_jobmanager_memory}
taskmanager.memory.process.size: "${flink_taskmanager_memory} mb"
taskmanager.memory.jvm-metaspace.size: 512 mb
+taskmanager.memory.task.off-heap.size: 256 mb
Review comment:
The jobs had issues with direct memory being too low. This setting
solved the problem.
----------------------------------------------------------------
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]