So I have this unit test in Visual Studio that produces an absurd amount of data when profiled...
However, for some reason, Everything sees it only being 20KB:
Closing the software, refreshing the window or redoing the search didn't help.
But if I force rebuild the database, it then shows up as expected:
Thanks!
File size is 20KB while in reality it is 35GB
Re: File size is 20KB while in reality it is 35GB
Thanks for the issue report aybe,
This issue should be fixed in Everything 1.5.0.1353a.
Everything 1.5.0.1353a fixes an issue with reading the file size of heavily fragmented files.
Please let me know if the issue persists with this version.
Everything will not update the file size until all handles to the file are closed.
This issue should be fixed in Everything 1.5.0.1353a.
Everything 1.5.0.1353a fixes an issue with reading the file size of heavily fragmented files.
Please let me know if the issue persists with this version.
Everything will not update the file size until all handles to the file are closed.
Re: File size is 20KB while in reality it is 35GB
I've enabled `Check for updates on startup` so that next time it'll always be on last version!
The problem is still present on latest version:
Testing a bit more, seems like it's Visual Studio's fault somehow...
If you cancel a running test, there's an outstanding handle on the file and one must log off to be able to delete it:
But if you run any test up to the end, all handles are released and Everything immediately shows the right size.
However... Explorer is able to show the right size no matter whether file is locked in some way, that's a mystery!
The problem is still present on latest version:
Testing a bit more, seems like it's Visual Studio's fault somehow...
If you cancel a running test, there's an outstanding handle on the file and one must log off to be able to delete it:
But if you run any test up to the end, all handles are released and Everything immediately shows the right size.
However... Explorer is able to show the right size no matter whether file is locked in some way, that's a mystery!
Re: File size is 20KB while in reality it is 35GB
(
(Or check fragmentation of an existing file.)
)
Contig is a utility that defragments a specified file or files. Use it to optimize execution of your frequently used files.heavily fragmented files
(Or check fragmentation of an existing file.)
Contig.exe [-a] [-s] [-q] [-v] [existing file]
Contig.exe [-f] [-q] [-v] [drive:]
Contig.exe [-v] [-l] -n [new file] [new file length]
Code: Select all
-a Analyze fragmentation
Re: File size is 20KB while in reality it is 35GB
Not sure what I'm supposed to do with this, these files are generated on the fly and not by me.
I only use them once then delete them, i.e. once you change the profiled code they naturally become obsolete.
I only use them once then delete them, i.e. once you change the profiled code they naturally become obsolete.