aloyszhang commented on code in PR #10916:
URL: https://github.com/apache/inlong/pull/10916#discussion_r1734071646


##########
inlong-manager/manager-plugins/base/src/main/resources/flink-sort-plugin.properties:
##########
@@ -35,3 +35,7 @@ flink.savepoint.directory=file:///data/inlong-sort/savepoints
 flink.parallelism=1
 # flink stop request drain
 flink.drain=false
+# Flink max data count per core per second
+flink.maxpercore=1000
+# switch on or off dynamic parallelism based on data scale
+flink.dynamicParallelism=true

Review Comment:
   ```suggestion
   flink.dynamic.parallelism.enable=true
   ```



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

Reply via email to