This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a commit to branch multi-fix
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/multi-fix by this push:
new a94ed3d4f67 16
a94ed3d4f67 is described below
commit a94ed3d4f6792ea25a556c22c003617545df387e
Author: Caideyipi <[email protected]>
AuthorDate: Thu Apr 30 14:59:28 2026 +0800
16
---
.../src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
index cbed4db547e..19313723e55 100644
---
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
+++
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
@@ -219,8 +219,8 @@ public class CommonConfig {
private int pipeDataStructureTabletRowSize = 2048;
- // 60MB
- private int pipeDataStructureTabletSizeInBytes = 60 * 1024 * 1024;
+ // 16MB
+ private int pipeDataStructureTabletSizeInBytes = 16 * 1024 * 1024;
private double pipeDataStructureTabletMemoryBlockAllocationRejectThreshold =
0.3;
private double pipeDataStructureTsFileMemoryBlockAllocationRejectThreshold =
0.3;
private volatile double pipeTotalFloatingMemoryProportion = 0.5;