WenDing-Y opened a new issue, #9160: URL: https://github.com/apache/seatunnel/issues/9160
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened use seatunnel sync es data the source is es the sink is console when submit batch job more time,the jobmanager heap oom ### SeaTunnel Version the version is 2.3.5 ### SeaTunnel Config ```conf env { execution.parallelism = 1 job.mode = "BATCH" job.name = es-demo } source { Elasticsearch { } } transform { } sink { Console { } } ``` ### Running Command ```shell Execute SeaTunnel Flink Job: ${FLINK_HOME}/bin/flink run -c org.apache.seatunnel.core.starter.flink.SeaTunnelFlink /opt/seatunnel/starter/seatunnel-flink-15-starter.jar --config ``` ### Error Exception ```log the flink jobmanager heap oom ``` ### Zeta or Flink or Spark Version flink version is 1.16.3 ### Java or Scala Version open jkd 11 ### Screenshots     ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org