milvus/internal/kv
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
..
etcd Fix datacoord start timeout (#28026) 2023-10-31 10:04:12 +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) 2023-11-23 15:12:23 +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