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 24, 2024
1 parent 18455de commit fdd1e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ int PQFlashIndex<T, LabelT>::load_from_separate_paths(uint32_t num_threads, cons
delete[] norm_val;
}

_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 fdd1e94

Please sign in to comment.