This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a commit to branch feature/memory_zhy
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/feature/memory_zhy by this
push:
new 9eff4c61b67 move storage to off-heap
9eff4c61b67 is described below
commit 9eff4c61b675b25b8adda8bc98f6282cf382cc2a
Author: spricoder <[email protected]>
AuthorDate: Thu Sep 26 18:10:44 2024 +0800
move storage to off-heap
---
.../org/apache/iotdb/db/storageengine/rescon/memory/SystemInfo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/rescon/memory/SystemInfo.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/rescon/memory/SystemInfo.java
index 76d56aea7a4..2f4697d340b 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/rescon/memory/SystemInfo.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/rescon/memory/SystemInfo.java
@@ -446,7 +446,7 @@ public class SystemInfo {
Tag.FROM.toString(),
"write",
Tag.MODULE.toString(),
- "storage");
+ "off-heap");
MetricService.getInstance()
.getOrCreateGauge(
Metric.IOT_MEMORY.toString(),