You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/12/29 02:15:55 UTC

[iotdb] 01/01: change iops limit for compaction from 50 to 30

This is an automated email from the ASF dual-hosted git repository.

xingtanzjr pushed a commit to branch test_write_30_iops
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 00989c090ed06268f89f99d7cec8c0606573dafb
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Thu Dec 29 10:15:41 2022 +0800

    change iops limit for compaction from 50 to 30
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
index ffed1b6e82..0313daf6d8 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
@@ -659,7 +659,7 @@ public class IoTDBConfig {
   private long mergeIntervalSec = 0L;
 
   /** The limit of io rate can reach per second */
-  private int compactionIORatePerSec = 50;
+  private int compactionIORatePerSec = 30;
 
   /**
    * How many thread will be set up to perform compaction, 10 by default. Set to 1 when less than or