1024 giving me out of memory :(

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
ynut
Posts: 11
Joined: Thu Jun 24, 2021 6:01 pm

1024 giving me out of memory :(

Post by ynut »

Everything_k8Fgtar0DJ.jpg
Everything_k8Fgtar0DJ.jpg (16.65 KiB) Viewed 3160 times
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: 1024 giving me out of memory :(

Post by horst.epp »

A little bit more info and it may be useful.
Wild guess you are using a x84 version of Everything.
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: 1024 giving me out of memory :(

Post by void »

Everything tried to allocate a small 64KB buffer.
Unfortunately, Everything is out of memory and shows this fatal error.


The allocation request is 0x00010000 (shown in the error message) which is 64KB.
This allocation request is 32bit, which means you are running the x86 verison.

The x86 version of Everything is limited to 2GB of RAM.

Please try the x64 version of Everything.

Please uninstall the x86 version before installing the x64 version of Everything:
  • Optionally, make a backup of your %APPDATA%\Everything folder.
  • Uninstall the x86 version from Start -> Add remove programs -> Everything.
  • Install the x64 version.
  • Exit Everything (File -> Exit)
  • Restore your backup of %APPDATA%\Everything
  • Restart Everything x64.


Are you showing thumbnails?

Showing thumbnails will eat a lot of RAM.
Please occasionally close your Everything search window to return thumbnail memory to the system.



Typical RAM usage is 100MB per 1million files.
How many files are you indexing?
ynut
Posts: 11
Joined: Thu Jun 24, 2021 6:01 pm

Re: 1024 giving me out of memory :(

Post by ynut »

Thanks for the answers and the support, I will try it when I get back home.
Post Reply