alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
896 stars 243 forks source link

Linux server cpu ccupancy rate always 97.7 #130

Closed ben-8878 closed 3 years ago

ben-8878 commented 3 years ago

I submit the api sever to background with screen or nohup,after 24 hours ,the api server is runing state , the Linux server cpu ccupancy rate always 97.7, but the client request get 502 errors (websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 502). image image image I must kill the api server ,restart the api server,and that situation will loop.

ben-8878 commented 3 years ago

I check my api server port,it is listening. image