vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Memory leak?

Open hamir-suspect opened this issue 1 year ago • 4 comments

Describe the Bug Sometimes when I open git graph tab, there is a big spike in memory usage from vscode on macos since last update of vscode (1.72.1)

Steps to Reproduce Steps to reproduce the behaviour:

  1. Go to git graph
  2. Use it (sometimes just opening git graph tab is enough)
  3. open settings or something else
  4. application freezes and you must kill it from activity monitor

Expected Behaviour Application works :) and does not spike memory usage to over 60 gigs

Environment

  • Git Graph Extension Version: 1.72.1
  • Visual Studio Code Version: 1.30.0
  • Operating System: macOS Monterey 12.6 macbook pro 14 inch 2021

Screenshots (optional) high memory usage and vscode not respondingimage Additional Context (optional) Add any other context about the problem here.

⚠ Please make sure you complete all of the required sections of this template. Without this required information, it will be harder to replicate this bug, and cause additional delays in resolving it.

hamir-suspect avatar Oct 13 '22 14:10 hamir-suspect

I have the same issue.

z20240 avatar Oct 17 '22 03:10 z20240

Due to #715.

I suggest switching to gitlens. It has a Show Commit Graph feature now.

Just press ctrl/cmd + shift + p and type Show Commit Graph.


Interesting, I found the gitlens also has this problem. Maybe it's a bug from vscode. Or macOS Ventura.

AurevoirXavier avatar Oct 27 '22 17:10 AurevoirXavier

I update VScode to 1.74.2 by homebrew and it has the same mem err in my macOS(Monterey Version 12.5.1 Intel). I go back the old version 1.70.x and it work well.

jqtmviyu avatar Jan 08 '23 05:01 jqtmviyu

stable Version: 1.78.0 solve this problem.(Electron: 22.4.8)

jqtmviyu avatar May 05 '23 07:05 jqtmviyu