-
Notifications
You must be signed in to change notification settings - Fork 3k
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
serious memory leak issue on windows10 #12561
Comments
That commit didn't change anything on Windows or macOS. It only affects Linux code. If you want to help track down the memory leak, use a tool like the Visual Studio memory profiler and post the memory dump here. |
After a session of debugging and tracing, it seems like the issue is not in zed itself, but in blade_graphics implementation of the Vulkan backend. |
I confirm the issue is in |
hmmmm, so there's the problem, my gpu are AMD RX580, so it's possible not just an intel only issue, or it's anther issue |
So the issue with Intel HD Graphics is solved in kvark/blade@845cdad, but the zed master branch is still on an older commit it seems. |
I am having the same problem.
This is a git error, however the constant error loop is causing a memory leak if I open a project with no git open, zed doesn't leak memory. Environment
|
|
is not an issue anymore, but I'm not sure if we'll meet it again |
Check for existing issues
Describe the bug / provide steps to reproduce it
as we all know, ( #8436 #7939
zed have some tiny memory leak(?) issue since sometimes ago
some how, it will only increase the memory usage for about 1mb/min ( on my windows 10 )
but at some times the memory leak issue became FAST
Environment
Zed: v0.139.0 (Zed Dev 29b5253)
OS: Windows 10.0.19045
Memory: 95.9 GiB
Architecture: x86_64
The text was updated successfully, but these errors were encountered: