milvus/internal/kv
yah01 c6ba4fa102
enhance: enhance the accuracy of memory usage (#28554) (#28559)
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>
2023-11-24 14:12:25 +08:00
..
etcd Refine KV errors (#27588) 2023-10-13 17:15:34 +08:00
mem Refine KV errors (#27588) 2023-10-13 17:15:34 +08:00
mocks Add predicates for TxnKV operations (#27365) 2023-09-27 10:21:26 +08:00
predicates Add predicates for TxnKV operations (#27365) 2023-09-27 10:21:26 +08:00
rocksdb Add predicates for TxnKV operations (#27365) 2023-09-27 10:21:26 +08:00
tikv enhance: enhance the accuracy of memory usage (#28554) (#28559) 2023-11-24 14:12:25 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
kv.go Add predicates for TxnKV operations (#27365) 2023-09-27 10:21:26 +08:00
mock_snapshot_kv.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
mock_snapshot_kv_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00