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