milvus/internal/util
yah01 1ddb12ba92
enhance: enhance the accuracy of memory usage (#28554) (#28559) (#29381)
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>
Signed-off-by: yah01 <yang.cen@zilliz.com>
2023-12-21 15:00:43 +08:00
..
componentutil Block creating new error from status reason (#27426) 2023-10-07 11:29:32 +08:00
dependency Format the code (#27275) 2023-09-21 09:45:27 +08:00
flowgraph Enhance newDataSyncService (#27277) 2023-09-27 11:07:25 +08:00
funcutil Format the code (#27275) 2023-09-21 09:45:27 +08:00
grpcclient enhance: [hotfix] Add client connect wrapper to keep connection alive (#29079) 2023-12-08 18:48:33 +08:00
importutil enhance: enhance the accuracy of memory usage (#28554) (#28559) (#29381) 2023-12-21 15:00:43 +08:00
indexcgowrapper Add chunk manager request timeout (#27692) 2023-10-23 20:08:08 +08:00
initcore Add chunk manager request timeout (#27692) 2023-10-23 20:08:08 +08:00
metrics Format the code (#27275) 2023-09-21 09:45:27 +08:00
mock Refine state check (#27541) 2023-10-11 21:01:35 +08:00
pipeline Format the code (#27275) 2023-09-21 09:45:27 +08:00
segmentutil Format the code (#27275) 2023-09-21 09:45:27 +08:00
sessionutil Disable auto balance when old node exists (#28191) (#28224) 2023-11-08 07:10:17 +08:00
streamrpc Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
tsoutil tikv integration (#26246) 2023-09-07 07:25:14 +08:00
typeutil Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrappers Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00