Memory Leak in Java?
Ouverte
- Langage dominant
- Jupyter Notebook
- Étoiles
- 15.1k
- Forks
- 1.8k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I have been testing Vosk in Java using sockets, and each connection may use a different model as it may require a different language.
I have seen that after each use of vosk, the memory does not return to its initial state. I have tried everything.
- Initialize a model on each connection and close it at the end.
- Initialize a static model (the same for each connection) (best result)
- Force GC to clean memory.
- Close Recongnizer
Is this a known bug for Vosk in Java only? Or for Vosk in general?
Thanks.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.