[BUG] OUT OF MEMORY Error

Found a bug in "Everything"? report it here
Post Reply
taehyun
Posts: 2
Joined: Mon Jun 10, 2013 6:28 pm

[BUG] OUT OF MEMORY Error

Post by taehyun »

hi. i'm very thanks for using your program, and i'm using 1.3.2.649b version..

i have a many hdd storage and very many files ( 3Tb x 20 = 60Tb, almost 13,000,000 files.)

when everything will indexing files. program display this error box 'OUT OF MEMORY'

just only this message..

can you fix this problem??
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: [BUG] OUT OF MEMORY Error

Post by void »

Could you please send the debug output when this message appears, this will help locate where the problem occurs so I can provide a fix.

It is possible Everything is attempting to allocate over 2gb, which is the limit for x86.

I hope to release an x64 version soon which would raise this limit.
taehyun
Posts: 2
Joined: Mon Jun 10, 2013 6:28 pm

Re: [BUG] OUT OF MEMORY Error

Post by taehyun »

this is my debug information message..

load localization
load everything icon
create mutex
bookmarks
set hook
create tray
new thread (0)
db_load
new thread (1)
no bz2 file
loaded db in 0.000135 seconds
update: connecting to www.voidtools.com...
enter setfocus
WM_ACTIVATE 00000001 00000000, lastfocus 00000000, current focus 00000000
leave setfocus
invalidate
enter main loop
_DB_WAIT: _db_load_failed_proc waiting...
_DB_WAIT: _db_load_failed_proc waited 0.000059 seconds
create db...
open volume \\?\Volume{a4413739-e74a-4829-8731-4d4f4f7a71a9}
opened 784 0.000186
update: available version: 1.2.1.371
multithreaded sort: items 164380, ideal threads 3, actual threads 3
new thread (2)
new thread (3)
convert parent frn to parent pointers: 0.013537 seconds
open volume \\?\Volume{d870399f-a478-11e2-9b20-94de80615d29}
opened 792 0.000685
convert parent frn to parent pointers: 0.002348 seconds
open volume \\?\Volume{6312abd5-8990-11e2-822d-c86000157cae}
opened 792 0.000548
multithreaded sort: items 508504, ideal threads 8, actual threads 8
new thread (4)
new thread (5)
new thread (6)
new thread (7)
new thread (8)
convert parent frn to parent pointers: 0.044687 seconds
open volume \\?\Volume{d4eae1b7-d7a4-4f63-8e20-b83bec252911}
opened 824 0.000262
multithreaded sort: items 220128, ideal threads 4, actual threads 4
convert parent frn to parent pointers: 0.017776 seconds
open volume \\?\Volume{9302c99c-0ceb-4ab9-b0cc-77ca7c130cba}
opened 824 0.000412
multithreaded sort: items 248445, ideal threads 4, actual threads 4
convert parent frn to parent pointers: 0.026593 seconds
open volume \\?\Volume{51caba0a-e32b-4e37-bba4-cc38ae5ba66f}
opened 824 0.000279
convert parent frn to parent pointers: 0.004718 seconds
open volume \\?\Volume{c6a64aa7-b973-4e4d-b7ff-adaf5ac8320c}
opened 824 0.000632
multithreaded sort: items 91234, ideal threads 2, actual threads 2
convert parent frn to parent pointers: 0.007134 seconds
open volume \\?\Volume{06d88670-b025-49b6-921b-5ce2da03e0e5}
opened 824 0.000472
multithreaded sort: items 232885, ideal threads 4, actual threads 4
convert parent frn to parent pointers: 0.018834 seconds
open volume \\?\Volume{31a31f04-179d-40b7-8d7b-a54d668a3dba}
opened 824 0.000563
multithreaded sort: items 112130, ideal threads 2, actual threads 2
convert parent frn to parent pointers: 0.009321 seconds
open volume \\?\Volume{5cc00ceb-c871-4f60-a008-9faee9f45f5e}
opened 824 0.000643
multithreaded sort: items 144383, ideal threads 3, actual threads 3
convert parent frn to parent pointers: 0.011771 seconds
open volume \\?\Volume{714f7f63-b2c4-4a59-9c21-2c8dea79a3dc}
opened 824 0.000538
multithreaded sort: items 71361, ideal threads 2, actual threads 2
convert parent frn to parent pointers: 0.005639 seconds
open volume \\?\Volume{9c2a7615-b91c-4ac2-8acb-dfdcadd54ad9}
opened 824 0.000562
multithreaded sort: items 231484, ideal threads 4, actual threads 4
convert parent frn to parent pointers: 0.019596 seconds
open volume \\?\Volume{685f3c4a-01be-4800-91ec-609b75880ce8}
opened 824 0.000447
convert parent frn to parent pointers: 0.001374 seconds
open volume \\?\Volume{973acd43-e040-4148-aa93-5f4cf7172b15}
opened 824 0.000483
multithreaded sort: items 192603, ideal threads 3, actual threads 3
convert parent frn to parent pointers: 0.017245 seconds
open volume \\?\Volume{f4c2ad6e-ce5d-4ccd-8928-a841df2fa12d}
opened 828 0.000445
multithreaded sort: items 177204, ideal threads 3, actual threads 3
convert parent frn to parent pointers: 0.015597 seconds
open volume \\?\Volume{c8d3400a-a470-11e2-ac94-806e6f6e6963}
opened 828 0.000562
convert parent frn to parent pointers: 0.000291 seconds
remove orphan files: file count after removing orphan files 42290282
remove orphan files: 0.255356 seconds
build and sort frn indexes: 0.256932 seconds
remove excluded folders: folder count after removing orphan folders 2522330
remove excluded folders: 0.036820 seconds
multithreaded sort: items 2522330, ideal threads 39, actual threads 8
multithreaded sort: items 2522330, ideal threads 39, actual threads 8
folder name os_qsort: 2.805323 seconds
multithreaded sort: items 42290282, ideal threads 646, actual threads 8
os_qsort file names indexes: 25.463441 seconds
setup file systems: 0.000011 seconds
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: [BUG] OUT OF MEMORY Error

Post by void »

Thanks for the debug output, it is most likely Everything has exceeded the 2gb limit.
I will post an x64 fix soon.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: [BUG] OUT OF MEMORY Error

Post by void »

"Everything" version 1.3.3.653b x64 or later should fix the issue.
stevelon
Posts: 17
Joined: Sun Jul 18, 2010 5:29 pm

Re: [BUG] OUT OF MEMORY Error

Post by stevelon »

I get this as well because I have a huge set of files.
I have two solutions that work for me.

1) Boot into safe mode and let everything build the database there. Very few things are running and less memory is used. This works for me.
or
2) Use the new 64bit version.
Post Reply