alphacep / alphacep/vosk-api

Memory Leak in Java?

未关闭
#930 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。