milvus/pkg
yah01 c96d07682e
enhance: enhance the accuracy of memory usage (#28554)
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 #28553

---------

Signed-off-by: yah01 <yah2er0ne@outlook.com>
2023-11-23 15:12:23 +08:00
..
common Support collection-level mmap control (#26901) 2023-11-02 23:52:16 +08:00
config enhance: Add unittest for `config.EventDispatcher` (#28552) 2023-11-18 19:12:20 +08:00
eventlog Remove deprecated io/ioutil usage (#27747) 2023-10-17 20:32:09 +08:00
log Remove deprecated io/ioutil usage (#27747) 2023-10-17 20:32:09 +08:00
metrics Add metrics for garbage collection (#27303) 2023-09-22 18:47:25 +08:00
mq fix: Fix kafka config type error (#28642) 2023-11-23 14:36:22 +08:00
tracer Format the code (#27275) 2023-09-21 09:45:27 +08:00
util enhance: enhance the accuracy of memory usage (#28554) 2023-11-23 15:12:23 +08:00
Makefile Add the mock factory of msg stream (#27834) 2023-10-20 20:14:08 +08:00
go.mod enhance: refine error messages (#28424) 2023-11-21 17:02:24 +08:00
go.sum enhance: refine error messages (#28424) 2023-11-21 17:02:24 +08:00
rules.go Add back `gocritic` linter and fix related issues (#27289) 2023-09-22 10:05:26 +08:00