Skip to content
New issue

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

GRPC MAX SIZE ERROR #93

Open
Yashwanth1712094 opened this issue May 30, 2024 · 1 comment
Open

GRPC MAX SIZE ERROR #93

Yashwanth1712094 opened this issue May 30, 2024 · 1 comment

Comments

@Yashwanth1712094
Copy link

Yashwanth1712094 commented May 30, 2024

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.

@haorenfsa
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants