Memory Leak in Java?
オープン
- 主要言語
- Jupyter Notebook
- スター
- 15.1k
- フォーク
- 1.8k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。