mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
c96d07682e
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> |
||
---|---|---|
.. | ||
container_darwin.go | ||
container_linux.go | ||
container_test_linux.go | ||
container_windows.go | ||
hardware_info_test.go | ||
hardware_info.go | ||
mem_info_darwin.go | ||
mem_info.go |