mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 19:02:18 +08:00
Memory management is broken due caused by chunkmanager not getting cleaned up. Fixing the following error: ``` SIGSEGV: segmentation violation PC=0x10fc4aa0c m=6 sigcode=2 ``` relate: https://github.com/milvus-io/milvus/issues/29507 Signed-off-by: yiwangdr <yiwangdr@gmail.com>