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 还没有评估数据。