Very slow release memory when closing the program. The application still works in the background for some time!
Version 1.4.1.877 (x64)
Using memory about 2-3 GB
Very slow release memory when closing the program
Re: Very slow release memory when closing the program
How many files are you indexing?
What settings do you have enabled under Everything Options | Indexes?
What settings do you have enabled under Everything Options | Indexes?
Re: Very slow release memory when closing the program
Could you please send a debug log after closing "Everything"?
I suspect the slowness is from Everything saving your database to disk, not releasing memory.
To create and send a debug log:
I suspect the slowness is from Everything saving your database to disk, not releasing memory.
To create and send a debug log:
- In Everything, type in the following search and press ENTER:
- /debug_log
- Exit Everything
- Wait for the Everything process to close.
- Send your %TEMP%\Everything Debug Log.txt to support@voidtools.com
Re: Very slow release memory when closing the program
You're right - in the - Everything tool, everything is based on a database file on the hard disk compared to another tool, where all data is stored ONLY on a fast physical memory RAM, so all operations end immediately.
Re: Very slow release memory when closing the program
There is the -no-db command line option to only store the database in memory:
Everything.exe -no-db
Note: Please make sure Everything is not running before using the -no-db command line option.
Note: Everything will reindex all your drives everytime you run it.
Everything.exe -no-db
Note: Please make sure Everything is not running before using the -no-db command line option.
Note: Everything will reindex all your drives everytime you run it.