mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
before this, Milvus use container/system's memory info to get the memory usage, which could be inaccurate. we allocates the memory by private anon mmap, then rss - shared would be the accurate memory usage resolve https://github.com/milvus-io/milvus/issues/28553 pr: #28554 --------- Signed-off-by: yah01 <yah2er0ne@outlook.com>