Open Yashwanth1712094 opened 6 months ago
@Yashwanth1712094 Hi, this limit is set in milvus.yaml
, which defaults to 67108864
in v2.2.13
https://github.com/milvus-io/milvus/blob/8123dcdb6d417a4c62bd0839772709abef3b0163/configs/milvus.yaml#L182
You may set the values of extraConfigFiles.user\.yaml
to change it.
https://artifacthub.io/packages/helm/milvus-helm/milvus?modal=values&path=extraConfigFiles.%22user\.yaml%22
milvus_version :- 2.2.13 mode :- standalone Installed through helm in minikube and recieved the following error
grpc_message:"grpc: received message larger than max (363335405 vs. 67108864)", grpc_status:8
and there is no configuration parameters for grpc max size in vaues.yaml file while installing trough helm.