volcano-sh / devices

Device plugins for Volcano, e.g. GPU
Apache License 2.0
97 stars 41 forks source link

Raise grpc max message size from 4M to 16M #23

Closed bigclouds closed 2 years ago

bigclouds commented 2 years ago

Raise grpc max message size from 4M to 16M

Signed-off-by: longguang.yue yuelg@chinaunicom.cn

Thor-wl commented 2 years ago

/approve

bigclouds commented 2 years ago

@hzxuzhonghu It is kubelet's problem. I see containerd has raised both size to 16M. so this patch does the same thing.

hzxuzhonghu commented 2 years ago

Let's come back to device manager here, it will never recv a message exceed 1KB from kubelet based on the implementation.

It can send response of any size, as the send message has no limitation. I am not sure this is necessary.