We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如图:已确定是该服务引起的。已经复现。
我们可以仔细观察下内存的图片。约9.30的时候docker服务启动,内存上升至70%左右,这都是非常的合理的。 在大概10点左右的时候,任务跑完了(通过查看日志)。但服务并没有stop。 从10点开始,内存一路飙升,飙升至95%,最终我kill掉了docker,内存回归正常。
最终确定为内存泄漏,麻烦作者好好查下代码。尤其是任务跑完后,执行的那些代码。
The text was updated successfully, but these errors were encountered:
建议停止使用,或者更新下代码
Sorry, something went wrong.
No branches or pull requests
如图:已确定是该服务引起的。已经复现。
我们可以仔细观察下内存的图片。约9.30的时候docker服务启动,内存上升至70%左右,这都是非常的合理的。
在大概10点左右的时候,任务跑完了(通过查看日志)。但服务并没有stop。
从10点开始,内存一路飙升,飙升至95%,最终我kill掉了docker,内存回归正常。
最终确定为内存泄漏,麻烦作者好好查下代码。尤其是任务跑完后,执行的那些代码。
The text was updated successfully, but these errors were encountered: