Skip to content

Commit

Permalink
Fix logging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Dec 25, 2024
1 parent fdd1e94 commit b71289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ void Index<T, TagT, LabelT>::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;
Expand Down

0 comments on commit b71289d

Please sign in to comment.