-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Thread count increasing each request #76
Comments
Thanks for the catch. I did some work to improve the resource management and cleanup in the more recent branch which should stop that from happening,, but I'll add some additional monitoring to check. |
Are you sure your code works with the whole KokoroTTS FastAPI code, have you tested it ? it gives lots of errors when i try to implement it. |
@fireblade2534 Thanks, I tested latest build and it does fix it |
Everytime a TTS request is performed, the thread count in system process is increased by 4.
Using ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.0post1
So I had like 640 thread number there, after a larger period. Intuition tells me that is not normal.
Operating System: Kubuntu
===============
I assume this is unintended, although it doesn't consume more cpu I believe.
The text was updated successfully, but these errors were encountered: