cuibo01 commented on a change in pull request #4862:
URL: https://github.com/apache/hudi/pull/4862#discussion_r811872585
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/source/StreamReadOperator.java
##########
@@ -64,7 +64,7 @@
private static final Logger LOG =
LoggerFactory.getLogger(StreamReadOperator.class);
- private static final int MINI_BATCH_SIZE = 1000;
+ private static final int MINI_BATCH_SIZE = 2048;
Review comment:
In our production environment, flink hudi jobs require a lot of memory,
and I'm checking memory usage.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]