Memory leak with property indexing
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Memory leak with property indexing
It seems I'm still experiencing this memory bug after doing a full rebuild and index on the newest build. The memory usage will jump up to 8gb usage when indexing properties, but even after it is finished is not flushed down to normal memory usage levels. Until I restart everything then it goes back to normal levels.
I can start a new thread for this if easier.
I can start a new thread for this if easier.
- Attachments
-
- Screenshot 2021-11-21 214305.png (23.2 KiB) Viewed 16643 times
Re: Memory leak with property indexing
Thank you for the bug report JTCGiants56,
I have moved your thread to a new topic.
Could you please let me know what properties you are indexing.
I have moved your thread to a new topic.
Could you please let me know what properties you are indexing.
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
I am indexing just these filetypes:
Code: Select all
*.mkv;*.mp4;*.avi;*.flv;*.webm;*.wmv;*.mov;*.m4v;*.m2ts;*.ts;*.mpg
Re: Memory leak with property indexing
Thanks for the information JTCGiants56,
I have fixed some minor leaks for the next update.
I haven't found any major leaks yet.
I suspect there might be a leak in a shell extension that is used to gather properties for wmv, mov, m4v, m2ts, ts or mpg.
I haven't found a major leak with the default Windows 10 shell extensions for these file types.
Are you using any third party shell extensions to read properties?
I will add support for mov and m4v in the next alpha update.
Support for wmv, m2ts, ts or mpg is on my TODO list.
Please try temporarily removing wmv, mov, m4v, m2ts, ts and mpg from your indexed properties, force a rebuild and see if the issue persists.
I'm working on adding more memory debug information.
I have fixed some minor leaks for the next update.
I haven't found any major leaks yet.
I suspect there might be a leak in a shell extension that is used to gather properties for wmv, mov, m4v, m2ts, ts or mpg.
I haven't found a major leak with the default Windows 10 shell extensions for these file types.
Are you using any third party shell extensions to read properties?
I will add support for mov and m4v in the next alpha update.
Support for wmv, m2ts, ts or mpg is on my TODO list.
Please try temporarily removing wmv, mov, m4v, m2ts, ts and mpg from your indexed properties, force a rebuild and see if the issue persists.
I'm working on adding more memory debug information.
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
I used ShellExView then sorted by type. The only third party property handler I found was something for macrium reflect.void wrote: ↑Wed Nov 24, 2021 8:35 am Thanks for the information JTCGiants56,
I have fixed some minor leaks for the next update.
I haven't found any major leaks yet.
I suspect there might be a leak in a shell extension that is used to gather properties for wmv, mov, m4v, m2ts, ts or mpg.
I haven't found a major leak with the default Windows 10 shell extensions for these file types.
Are you using any third party shell extensions to read properties?
I will add support for mov and m4v in the next alpha update.
Support for wmv, m2ts, ts or mpg is on my TODO list.
Please try temporarily removing wmv, mov, m4v, m2ts, ts and mpg from your indexed properties, force a rebuild and see if the issue persists.
I'm working on adding more memory debug information.
Code: Select all
ReflectPropertyHandler.PropertyHandler No Property Handler Macrium Reflect Shell Extensions 8, 0, 6392, 0 Macrium Reflect Shell Extensions Paramount Software UK Ltd No No No No No C:\Program Files\Macrium\Reflect\RShellEx.dll No {41FC0A91-1EDB-40D6-8858-AA642AE45737} 11/17/2021 8:59:22 PM 11/19/2021 2:08:02 AM No A 10,622,192 No No
Re: Memory leak with property indexing
Thank you for testing JTCGiants56,
Everything 1.5.0.1286a fixes a minor memory leak when reindexing.
Everything 1.5.0.1286a adds support for mov and m4v.
Everything 1.5.0.1286a fixes a minor memory leak when reindexing.
Everything 1.5.0.1286a adds support for mov and m4v.
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
Awesome, thanks!void wrote: ↑Tue Nov 30, 2021 4:38 am Thank you for testing JTCGiants56,
Everything 1.5.0.1286a fixes a minor memory leak when reindexing.
Everything 1.5.0.1286a adds support for mov and m4v.
I noticed this build [Administrator] started appearing on the window on top in this build and the administrator setting was set to "intermediate" mode.
I guess I'm confused about the new intermediate mode vs unchecked. Both say "run as a standard user". I believe before I was just running the service only, which is how I have it in 1.4
Re: Memory leak with property indexing
The Indeterminate checkbox state means that some other process, user action or external influence is causing Everything to run with elevated privileges (As Administrator). Even though the configuration is set to Standard User.
If you are launching Everything from a Windows Shortcut, or Task Scheduler, or AutoHotkey Script, or Windows Explorer window that is run As Administrator, then Everything will inherit the same As Administrator elevated privilege.
Hope that helps and gives you an idea of what might be causing it.
Glad my suggestion to add [Administrator] to the titlebar is already helping people! (strokes ego) It was just added to tonight's release as a new feature. That means you've probably been running Everything as Administrator for a while now without realizing it.
If you are launching Everything from a Windows Shortcut, or Task Scheduler, or AutoHotkey Script, or Windows Explorer window that is run As Administrator, then Everything will inherit the same As Administrator elevated privilege.
Hope that helps and gives you an idea of what might be causing it.
Glad my suggestion to add [Administrator] to the titlebar is already helping people! (strokes ego) It was just added to tonight's release as a new feature. That means you've probably been running Everything as Administrator for a while now without realizing it.
Last edited by raccoon on Tue Nov 30, 2021 6:58 am, edited 1 time in total.
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
Thanks, that helps. I am simply searching for everything in the start menu. It looks like what comes up is a shortcut. I guess it runs shortcuts as admin by default.raccoon wrote: ↑Tue Nov 30, 2021 6:49 am Intermediate means that some other process, user action or external influence is causing Everything to run with elevated privileges (As Administrator). Even though the configuration is set to Standard User.
If you are launching Everything from a Windows Shortcut, or Task Scheduler, or AutoHotkey Script, or Windows Explorer window that is run As Administrator, then Everything will inherit the same As Administrator elevated privilege.
Hope that helps and gives you an idea of what might be causing it.
Glad my suggestion to add [Administrator] to the titlebar is already helping people! (strokes ego) It was just added to tonight's release as a new feature. That means you've probably been running Everything as Administrator for a while now without knowing it.
@void
It looks like one of the properties other than m4v and mov is still causing the memory leak for me. I will remove those for the time being. Thanks
Re: Memory leak with property indexing
Please try right clicking your Everything.exe and disabling Run this program as an administrator:
I wonder what property / file is causing this.
I wonder if its worth adding one property at a time to try and find the offending one?
- Right click your Everything.exe or a shortcut to Everything.
- Click Properties.
- Click the Compatibility tab.
- Uncheck Run this program as an administrator.
- Click OK.
Thanks for the info.It looks like one of the properties other than m4v and mov is still causing the memory leak for me. I will remove those for the time being. Thanks
I wonder what property / file is causing this.
I wonder if its worth adding one property at a time to try and find the offending one?
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
This was actually the first thing I checked. In the shortcut used by the startmenu and directly on the everything.exe file but it was unchecked. Also wasn't checked under the "change setting for all users option". Not a big deal either way for me.
It looks like one of the properties other than m4v and mov is still causing the memory leak for me. I will remove those for the time being. Thanks
I can give this a go this weekend when I have some free time. Unfortunantly I have a lot of files so each rescan takes a decent amount of time.Thanks for the info.
I wonder what property / file is causing this.
I wonder if its worth adding one property at a time to try and find the offending one?
Re: Memory leak with property indexing
Also to run Everything as a standard user:
(or other program starting Everything on startup as admin)
You should be able to produce the same leak simply by searching for (or sorting by) the property.
For example:
ext:mpg frame-rate:
ext:mpg height:
ext:mpg length:
ext:mpg media-created:
ext:mpg width:
See if one property is causing the leak, if so, try reducing the search pool to a single drive, then folder, eg:
Restart Everything and search for:
c: ext:mpg frame-rate:
Restart Everything and search for:
c:\media\ ext:mpg frame-rate:
Restart Everything and search for:
c:\media\folder1 ext:mpg frame-rate:
It might be possible to find the exact file causing the leak.
- Right click your Everything.exe or Everything shortcut.
- Click Properties.
- Click the Shortcut tab.
- Click the Advanced button.
- Uncheck Run as administrator.
- Click OK.
- Click OK.
(or other program starting Everything on startup as admin)
You should be able to produce the same leak simply by searching for (or sorting by) the property.
For example:
ext:mpg frame-rate:
ext:mpg height:
ext:mpg length:
ext:mpg media-created:
ext:mpg width:
See if one property is causing the leak, if so, try reducing the search pool to a single drive, then folder, eg:
Restart Everything and search for:
c: ext:mpg frame-rate:
Restart Everything and search for:
c:\media\ ext:mpg frame-rate:
Restart Everything and search for:
c:\media\folder1 ext:mpg frame-rate:
It might be possible to find the exact file causing the leak.
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
I just checked and it is not set to run as admin in the exe (even in the set for all users section). Even if I fully uncheck the run as admin box, then click ok to restart as standard user, it always opens up rechecked like below.void wrote: ↑Thu Dec 02, 2021 2:15 am Also to run Everything as a standard user:Check if there is a scheduled task starting Everything on startup as an admin.
- Right click your Everything.exe or Everything shortcut.
- Click Properties.
- Click the Shortcut tab.
- Click the Advanced button.
- Uncheck Run as administrator.
- Click OK.
- Click OK.
(or other program starting Everything on startup as admin)
Sorry for delay on troubleshooting this, I will dedicate some time following the holidays.void wrote: ↑Thu Dec 02, 2021 2:15 am You should be able to produce the same leak simply by searching for (or sorting by) the property.
For example:
ext:mpg frame-rate:
ext:mpg height:
ext:mpg length:
ext:mpg media-created:
ext:mpg width:
See if one property is causing the leak, if so, try reducing the search pool to a single drive, then folder, eg:
Restart Everything and search for:
c: ext:mpg frame-rate:
Restart Everything and search for:
c:\media\ ext:mpg frame-rate:
Restart Everything and search for:
c:\media\folder1 ext:mpg frame-rate:
It might be possible to find the exact file causing the leak.
I will try your quicker method, but I notice a total property reindex is initiated if a single extension is removed from the line. For example, if all I do is remove the wmv extension from my include list, it reindexes all the properties for the other extensions again, even though nothing changed for them.
Re: Memory leak with property indexing
If the Run As Admin box is in a mid state, that means that you are running Everything as Administrator yourself, Everything is not doing it.
Check your start menu shortcuts and compatibility settings to make sure they are not set to Run As Administrator. If you are launching Everything from Windows Task Scheduler, check in there too. If you are launching Everything from an AutoHotkey script, or any other launcher, then it will inherit the privilege of that process.
Check your start menu shortcuts and compatibility settings to make sure they are not set to Run As Administrator. If you are launching Everything from Windows Task Scheduler, check in there too. If you are launching Everything from an AutoHotkey script, or any other launcher, then it will inherit the privilege of that process.
-
- Posts: 192
- Joined: Fri Nov 28, 2014 3:58 pm
Re: Memory leak with property indexing
Hmm, I'm stumped. I always open 1.5 by searching it from the start menu. Checked C:\ProgramData\Microsoft\Windows\Start Menu\Programs where the shortcut resides and its not set as admin. Searched everything for everything shortcuts and checked every one, not have it set.raccoon wrote: ↑Sat Dec 25, 2021 6:41 am If the Run As Admin box is in a mid state, that means that you are running Everything as Administrator yourself, Everything is not doing it.
Check your start menu shortcuts and compatibility settings to make sure they are not set to Run As Administrator. If you are launching Everything from Windows Task Scheduler, check in there too. If you are launching Everything from an AutoHotkey script, or any other launcher, then it will inherit the privilege of that process.
explorer_rfv3pWqSqX.png
I am on windows 11 now so will do some more research, there may be something else going on with auto running as admin somehow.
Re: Memory leak with property indexing
Everything might be starting as an administrator on startup.
To confirm:
To confirm:
- In Everything, from the File menu, click Exit.
- Launch Everything from the Start menu.
- Does Everything run as an administrator?