-
Notifications
You must be signed in to change notification settings - Fork 267
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
Memory leak? #2786
Comments
Uh, no? |
I haven't experienced this, so I don't have much of a clue here. Did task manager not show any program with outstanding memory usage? |
I run it in a windows 11 sandbox, with a link defined to a host's folder to save stuff onto. |
Got no problem with files, just after running MBAS nowadays, half my ram is occupied. No neither ressource monitor nor taskmgr show where the RAM is. |
From the looks of it, each compile step increases the used memory (both during 32bit and 64bit) and does not free it. |
You can try search for the "root path" of your m-ab-s (e.g. C:\m-ab-s) in the "Associated Handles", "CPU" tab of the Resource Monitor |
=> handles left, but 35% of my RAM is 'missing', tried using https://learn.microsoft.com/de-de/sysinternals/downloads/rammap and calling "Empty->Working sets" does seem to free a large chunk (~30%) of the memory. |
Looking at the Process listing in RamMap there are tons of sed, sh, yasm, bash, etc. processes listed. (all small, but a lot) |
That must be some weird bug, they should exit after build completes... |
Sure, will upload it later and post a link here. |
Here you go: https://drive.filejump.com/drive/s/wPDC5EJHLxKJz5Xt19cZvvEoKEyILZ |
Let a fresh run overnight and 81% of RAM is used, just let it run again since it reported updates at the end: |
I tried to run the copy of your suite (in a VM) and found no memory leak or lingering process, maybe it's some system setting or potentially bugs... |
Thanks for testing. At least I know it's something related to my setup and not a general issue. :) |
Didn't change a thing today, running the script didn't cause the memory issue. But only a few things were build. |
A while ago I had a similar issue that affected my entire system -- thousands of zombie processes from the suite were taking up RAM and couldn't be cleared without rebooting Windows. In my case, I eventually figured out it was my AMD graphics drivers that were the cause -- 24.1.1 through 24.6.1 all regularly left behind zombie processes whenever any program closed. Updating to 24.7.1 and beyond fixed this for me, maybe it's a similar issue for you? |
Is it just me? After running media-autobuild_suite ~50% (32GB) of my memory, seem to be locked by something and the only way to get them back is to reboot my system.
Before trying to figure out more about this, I was wondering if I'm the only one experiencing this. :)
The text was updated successfully, but these errors were encountered: