milvus/internal/kv/tikv
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
..
main_test.go Add var-name sub linter in revive (#27424) 2023-10-07 10:09:31 +08:00
txn_tikv.go enhance: enhance the accuracy of memory usage (#28554) (#28559) (#29381) 2023-12-21 15:00:43 +08:00
txn_tikv_test.go Add revive sub-lints and fix existing problems (#27495) 2023-10-07 20:53:38 +08:00