This message was deleted.
# ask-for-help
s
This message was deleted.
j
Hi @Benjamin Tan, did you find a solution to your issue? We’re experiencing it as well…
b
Ohai! could be proxy body size of the ingress. I had to set an annotation there.
What's your setup?
j
we have a docker container in AWS App runner, no Kubernetes
b
Might have an option to change the proxy body size in app runner?
j
I’ll take a look, thanks for the hint
b
Does it work with something smaller?
At least isolate that as a problem first
j
calls with smaller data seem to work, yes
b
There might be some logs in the api runner that might be useful
j
nothing really, I only found this aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected that’s why I came here
b
oh another t hing
is your runner downloading stuff during first init?
you might need to increase the timeout
another thing i tried was to increase the amount of resources too
j
no, no initial download
but the timeout part might be a thing, based on what they write about aiohttp
thanks for hints
s
@Jiri Suchomel did you solve this issue? Facing the same issue on our end.
j
Not really. I think it must be some bug in bentoml or aiohttp.
We actually switched to different framework with this model 😞
Actually, raising memory helped (when I reproduced the problem locally). But our infra setup did not allow to increase memory