Skip to content
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

Systeminformer leaks memory when i use ksysteminformer to force priority of wsl processes. #2163

Open
kotenok2000 opened this issue Aug 19, 2024 · 3 comments

Comments

@kotenok2000
Copy link

kotenok2000 commented Aug 19, 2024

Brief description of your issue

I run compute intensive programs on WSL1 ubuntu 22.04.
When i force loda priority to idle systeminformer startl to leak memory.
image

Steps to reproduce (optional)

  1. Download loda from https://github.com/loda-lang/loda-cpp/releases
  2. Install using this guide https://loda-lang.org/install/
  3. run loda mine -p
  4. Force priority to be "idle" for every process bearing loda name.
  5. Wait 24 hours.

Expected behavior (optional)

Systeminformer doesn't leak memory

Actual behavior (optional)

Systeminformer leaks memory.

Environment (optional)

Systeminformer version:3.1.24232.0
Microsoft Windows [Version 10.0.22631.4037]
@MagicAndre1981
Copy link
Contributor

how much memory usage grow do you see? And how long does it take? Try to capture ETW traces of memory allocs to see what SI is doing. Get the PDBs for SI from the release page of your version, expand the zip and add the PDBs to WPA.exe

@MagicAndre1981
Copy link
Contributor

@kotenok2000 have you captured a trace of the memory usage grow?

@kotenok2000
Copy link
Author

kotenok2000 commented Aug 31, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants