From b71289d9a484f94a557c079013a6a91e3872d39c Mon Sep 17 00:00:00 2001 From: Sanhaoji2 Date: Wed, 25 Dec 2024 14:22:14 +0800 Subject: [PATCH] Fix logging issue --- src/index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.cpp b/src/index.cpp index 67254fff1..e6be778c2 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -659,7 +659,7 @@ void Index::load(const char *filename, uint32_t num_threads, ui reposition_frozen_point_to_end(); - _table_stats.tag_memory_usage = _table_stats.node_mem_usage + _table_stats.total_mem_usage = _table_stats.node_mem_usage + _table_stats.graph_mem_usage + _table_stats.label_mem_usage + _table_stats.tag_memory_usage;