GitToolBox
GitToolBox copied to clipboard
[BUG] Lots of zombie "git.exe" processes spawned
Describe the bug This plugin(maybe) spawns looooots of "git.exe" processes, NOT shown in taskmanager but in RamMap.exe. The number of spawned processes is keep increasing, and the page-table RAM will increasing too without any ram release. Every git.exe processes only uses 28k Page Table space but the whole page table space can reach GigaBytes on my machine)
To Reproduce Steps to reproduce the behavior:
- Launch Idea with the GitToolbox enabled
- Open a complex project with around 10-15 different private evironment Git repositories
- When checking in RamMap.exe after hours later, the Processes list show a large amount of git.exe and the PageTable type Ram could increasing to 5 ~ 6 GigaBytes.
Workaround
-
Restart machine and only open the Idea, auto fetch failed and the git.exe processes start to spawned in minutes.
-
Switch on the VPN for the private git repo environment make the auto fetch working, but git.exe still spawned.
-
Disabled the auto fetch, but git.exe still spawned.
-
Searching for solutions and find this issue https://github.com/zielu/GitToolBox/issues/404
-
Try disable the plugin soon...
Expected behavior No more zombie "git.exe" processes spawned. Maybe the cause is not the GitToolBox but still want to find some help.
Plugin version 500.2.10+233
IDE version IntelliJ IDEA 2024.1.1 (Ultimate Edition) Build #IU-241.15989.150, built on April 29, 2024 Licensed to 【BEEP】 Subscription is active until October 14, 2024. Runtime version: 17.0.10+1-b1207.14 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 16 Registry: ide.balloon.shadow.size=0 ide.new.editor.tabs.vertical.borders=true ide.animate.toolwindows=true ide.experimental.ui=true ide.editor.tab.selection.animation=true Non-Bundled Plugins: com.jlh.plugin.idea.mybatis.generator (2.13) io.zhile.research.ide-eval-resetter (2.1.13) org.example.BetterIntelliJ (1.16) cn.wuzhizhan.plugin.mybatis (2020.12.18) izhangzhihao.rainbow.brackets (2024.2.3-241) com.chrisrm.idea.MaterialThemeUI (9.2.1) JProfiler (19.9.3) zielu.gittoolbox (500.2.10+233) Kotlin: 241.15989.150-IJ
Screenshots