We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@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
milvus.yaml
67108864
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
extraConfigFiles.user\.yaml
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: