mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
issue: https://github.com/milvus-io/milvus/issues/29846 Since checking if Milvus running inside the container is difficult, which is decided by the system version and cgroup version, we try to get the memory limit of the container each time instead of checking whether inside the container first. Signed-off-by: jaime <yun.zhang@zilliz.com>