mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +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>