-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
メモリリークがある可能性がある #1913
Comments
様々な操作をした上でヒープを比較したりして調査しているけど、あまり手がかりはない |
調査した結果
|
「デーモン系の処理を無効 かつ どこからもリクエストが無い状態」で再度テストしてオブジェクトが増えるかどうか確認してみることにする |
リークが起きているとしたら、クラスターのマスタースレッドではなく、ワーカースレッドで起きていそうだということがわかった |
ワーカースレッドをインスペクトする方法がわからない |
できた |
MongoDB and/or Redisのコネクションプール辺りが怪しい |
もう一度調べたけど、node.jsのインスペクタでMisskeyのプロセスを見ると、メモリを120MB使ってると表示されるのに、Linuxのtopコマンドでプロセスのメモリ使用率を見ると1.2GBってなってる (ガベコレ発動させても、1.2GBから変化しない) |
つまりMisskeyにメモリリークがあるというよりnode自体にある...??? |
ローカルでサイズの大きい画像を大量にアップロード(URLアップロードも)したりしたけどリークは無さそうだった |
デーモン系の処理を無効にした上で、 ・投稿がされない状態でもリークするか あたりを確認していきたい |
関係がありそうなバグ見つけた |
コネクションが無限に増えても、ユーザーがブラウザを閉じたりページを再度読み込みしたりすれば全て切断されるので、メモリリークとは関係ないかもしれない |
そうなのか~ |
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.796.0 to 2.799.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.796.0...v2.799.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
謎 |
ここの情報がいろいろ古すぎるので立て直す |
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: