danny0405 commented on a change in pull request #4911:
URL: https://github.com/apache/hudi/pull/4911#discussion_r817307793



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -459,6 +461,18 @@ private FlinkOptions() {
   //  Compaction Options
   // ------------------------------------------------------------------------
 
+  public static final ConfigOption<Double> COMPACTION_MEMORY_FRACTION_PROP = 
ConfigOptions
+      .key(HoodieRealtimeConfig.COMPACTION_MEMORY_FRACTION_PROP)
+      .doubleType()
+      .defaultValue(0.1)

Review comment:
       Compaction memory fraction of Task Manager managed memory size, default 
0.1




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