Long Time to close Everything?
Long Time to close Everything?
Using Everything 1.5, when closing via File/Exit the entry in Task Manager (not the Service running) takes a long time to end. Same for
for /Restart in search field to close and restart Some times 10 minutes or more? A computer shutdown comes up with a message that Everything is still running and whether to shutdown anyway.
What debug procedure can I do to send and try and workout whats holding exiting up?
Thanks
Everything: 1.5.0.1358a (x64)
OS: Windows NT 10.0 19045 (x64)
for /Restart in search field to close and restart Some times 10 minutes or more? A computer shutdown comes up with a message that Everything is still running and whether to shutdown anyway.
What debug procedure can I do to send and try and workout whats holding exiting up?
Thanks
Everything: 1.5.0.1358a (x64)
OS: Windows NT 10.0 19045 (x64)
Re: Long Time to close Everything?
Common issues are:
Very large database -please try reducing content, properties and filenames that are indexed.
Shell extension stops responding -please try removing any non-file columns.
What is shown for the Total size under Tools -> Debug -> Statistics -> Database -> Total size?
Are you showing any additional columns such as length or dimensions?
Are you Viewing thumbnails?
To create a debug log:
Very large database -please try reducing content, properties and filenames that are indexed.
Shell extension stops responding -please try removing any non-file columns.
What is shown for the Total size under Tools -> Debug -> Statistics -> Database -> Total size?
Are you showing any additional columns such as length or dimensions?
Are you Viewing thumbnails?
To create a debug log:
- In Everything 1.5, from the Tools menu, under the Debug submenu, click Start Debug Logging.
- From the File menu, click Exit.
--wait for the Everything process to end - Please check your %TEMP%\Everything Debug Log.txt
-If unsure, please send this file to support@voidtools.com
Re: Long Time to close Everything?
Thank you for the logs Phlashman,
Everything is busy processing millions of changes to your folder index.
Everything 1.5.0.1359a improves monitoring performance when excluding items from folder indexes.
When a change is detected to a folder, Everything will lookup the changed file of folder by filename before updating your folder index.
With this version you can add an exclude filter for both folders and files.
If the filename matches both a file and folder exclude filter, Everything will no longer perform a file/folder lookup from the filename.
This will significantly improve monitoring performance if you have millions of changes.
To exclude .db folders:
Everything is busy processing millions of changes to your folder index.
Everything 1.5.0.1359a improves monitoring performance when excluding items from folder indexes.
When a change is detected to a folder, Everything will lookup the changed file of folder by filename before updating your folder index.
With this version you can add an exclude filter for both folders and files.
If the filename matches both a file and folder exclude filter, Everything will no longer perform a file/folder lookup from the filename.
This will significantly improve monitoring performance if you have millions of changes.
To exclude .db folders:
- In Everything, from the Tools menu, click Options.
- Click the Exclude tab on the left.
- Click Add Filter....
- Set the filter to:
\\server\share\**.db - Click OK.
- Set Exclude files to: \\server\share\**.db
- Click OK.
Re: Long Time to close Everything?
Thanks for that, I will give it a try asap
Just to confirm what we had also discussed re the excluding of folders and files in the exclude tab, if there are "spaces" in the
path name in either the Exclude Folder filter or Exclude files, unlike when entering into search, double quotes are not required?
Thanks
Just to confirm what we had also discussed re the excluding of folders and files in the exclude tab, if there are "spaces" in the
path name in either the Exclude Folder filter or Exclude files, unlike when entering into search, double quotes are not required?
Thanks
Re: Long Time to close Everything?
Correct.
Spaces do not need to be escaped in your exclude filters.
Spaces are treated literally.
Spaces do not need to be escaped in your exclude filters.
Spaces are treated literally.
-
- Posts: 690
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Long Time to close Everything?
If you are still having problems with closing of Everything then save this as a BAT file and run it
I myself use it often
Code: Select all
@echo off
taskkill /im Everything.exe
timeout /t 1 >nul
taskkill /im Everything.exe /t /f
net stop "Everything (1.5a)"
Re: Long Time to close Everything?
A rude method which may lead to a corrupt database.Thy Grand Voidinesss wrote: ↑Sat Nov 04, 2023 6:11 pm If you are still having problems with closing of Everything then save this as a BAT file and run it
I myself use it oftenCode: Select all
@echo off taskkill /im Everything.exe timeout /t 1 >nul taskkill /im Everything.exe /t /f net stop "Everything (1.5a)"
Also, stopping the service should not be necessary.
-
- Posts: 690
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Long Time to close Everything?
Yes, it is crude - but as practice has shown me, often necessary
And so far I have not noticed corruptions. Although maybe this is what is triggering a halting of my volume C being indexed which keeps happening every now and then? [viewtopic.php?t=13224]
And so far I have not noticed corruptions. Although maybe this is what is triggering a halting of my volume C being indexed which keeps happening every now and then? [viewtopic.php?t=13224]
Re: Long Time to close Everything?
Please avoid terminating Everything and the Everything Service.
All changes to your settings and database will be lost when you terminate Everything.
All changes to your settings and database will be lost when you terminate Everything.
-
- Posts: 690
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Long Time to close Everything?
As it turns out when using
File > Exit
my Everything 1.5.0.1363a x64 Portable is never closing / removing the Everything and the Everything Service from list in Task Manager. And this has been like so for me either from the get which in this case is Everything 1.5.0.1315a x64 Portable or for months somewhere after 1.5.0.1315a being updated. I just never bothered to check just how long it takes Everything to completely close itself- and now I gave up after an hour
And no, I have no active indexing being done
File > Exit
my Everything 1.5.0.1363a x64 Portable is never closing / removing the Everything and the Everything Service from list in Task Manager. And this has been like so for me either from the get which in this case is Everything 1.5.0.1315a x64 Portable or for months somewhere after 1.5.0.1315a being updated. I just never bothered to check just how long it takes Everything to completely close itself- and now I gave up after an hour
And no, I have no active indexing being done
-
- Posts: 690
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Long Time to close Everything?
When opened out of the box with default settings the closing process after 10 minutes still was not able to remove it from Details in Task Bar. This also happens when I replace my current EXE with the new one thus run it with my personal settings
Re: Long Time to close Everything?
You might be seeing the Everything Service process in the Task Manager.
Does Everything start if it is relaunched?
Does Everything start if it is relaunched?
-
- Posts: 690
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Long Time to close Everything?
Yes it does- but only if 1 of the 2 entries disappear
Is that leftover that Everything Service, that I should not bother about from now on?
Is that leftover that Everything Service, that I should not bother about from now on?
Re: Long Time to close Everything?
Yes, please leave it running.
If you really want it to stop the Everything Service when Everything exits: (not recommended if you are running multiple instances)
If you really want it to stop the Everything Service when Everything exits: (not recommended if you are running multiple instances)
- Exit Everything (File -> Exit)
- Run Notepad as administrator.
- In Notepad, open your Everything.ini in the same location as your Everything.exe
- Change the following line:
stop_service_on_exit=0
to:
stop_service_on_exit=1 - Save changes and restart Everything.
-
- Posts: 690
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Long Time to close Everything?
But I still do have Everything.exe after closing - the one that takes 1908 K of memory [which does not prevent me from re-opening of Everything]
Is this that Everything Service?
Is this that Everything Service?
Re: Long Time to close Everything?
Yes. (At least most likely.)Is this that Everything Service?
The Service "typically" would use a couple MB of RAM.
(Depending on the tool you use to look, if using the "right" tool, you should be able to distinguish between an Everything GUI & an Everything Service.
Process Hacker or Process Explorer should work. I don't know how far Windows utilities [Task Manger or whatever] go in distinguishing things? [Looks like Task Manager can do it too - at least in Win7.])
Re: Long Time to close Everything?
Please have a look at this picture...Thy Grand Voidinesss wrote: ↑Sat Jan 13, 2024 8:14 am But I still do have Everything.exe after closing - the one that takes 1908 K of memory [which does not prevent me from re-opening of Everything]
Is this that Everything Service?
____________________________________________________
Windows 11 Pro (x64) Version 23H2 (OS Build 22631.3085)
Processor: Intel(R) Core(TM) i5-12600K 12th Gen, 3.70 GHz, 10 Cores, 16 Logical Processors
Installed RAM: 32.0 GB (31.8 GB usable)
'Everything' 1.5.0.1367a (x64) - "Portable on system drive C:"