-
Notifications
You must be signed in to change notification settings - Fork 15
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
100% CPU utilization even after request is served[ wasmedge_hyper_server] #11
Comments
Thank you. Can you tell us how you setup to run this in knative? Did you use runwasi or crun? Which version of runwasi / crun did you use? Thanks! cc @dm4 |
Hi, I was running it with crun runtime, and the details are as follows crun version 1.8.1.0.0.0.16-7be9e And for additional info, my contained config is
Thanks! |
Hi, I'd like to point out that with the same knative setup I tried to run https://github.com/second-state/wasmedge_wasi_socket examples, they are working fine (no 100% CPU utilization after the request is served ). I prematurely suspect there might be some issue with hyper or tokio dependencies.
Thanks |
Hi,
I am trying to run the docker image of wasmedge_hyper_server in knative. And I observed that even after I got a successful response, the CPU utilization of the pod is 100% until the pod is brought down after some idle time. I tried to replicate the issue with rust only code (without wasm) which appears to be working fine.
I was not able to pinpoint the issue. Can anyone please give some input on the same.
Best Regards
Abhishek Sharma
The text was updated successfully, but these errors were encountered: