Error The paging file is too small for this operation to complete dos error errno 1455

Blog

Jun 2, 2013 106 4 18,685 0

  • #1

The problem is obviously as it is , is that I don't have enough memory , this is the message from windows event log right before my whole PC crashes

now the problem is that I don't know what the problem is , let us start with that I have windows 10 and I have limited pagefile.sys to 10gb which is more than enough as I see it since I have 16GB ram and here is the actual problem , the message before paging file is too small was a warning telling me a low virtual memory but here where things dont add up :- only 4gb of memory was in use when my computer crashed:

"

Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: Decompress.exe (2084) consumed 2461761536 bytes, chrome.exe (6276) consumed 662761472 bytes, and eclipse.exe (8008) consumed 618754048 bytes.

"

so I did the mast for you thats a total of :

Decompress.exe 2.461761536 gb

chrome.exe 0.662761472 gb

eclipse.exe 0.618754048 gb

so first of all i have no idea what Decompress.exe is even , second of all i have 10gb pagefile sys and 16gb physical ram , what could the cause be for my computer crashing on 4gb ?

-Things worth noting the crashes are random , I do have 16gb installed ram when I check my PC , I do play demanding games that easily demand 12-16gb ram and I can get consistent several continuous hours in them without crashes , but chrome and other simple apps on togther seem to crash my PC :/.

-Thanks in advance , all help would be appreciated ..

Error The paging file is too small for this operation to complete dos error errno 1455

Jun 12, 2015 60,206 5,035 166,290 10,411

  • #13

refer Johnbl's answer from another post

otherwise, run poolmon next time you get the errors and take a screenshot, upload it to an image sharing website and show me a link. Most of the tags have been searched for already by others.
I already know i need to look in paged.

Error The paging file is too small for this operation to complete dos error errno 1455

Dec 6, 2006 6,908 492 44,840 1,520

  • #2

The problem is obviously as it is , is that I don't have enough memory , this is the message from windows event log right before my whole PC crashes

now the problem is that I don't know what the problem is , let us start with that I have windows 10 and I have limited pagefile.sys to 10gb which is more than enough as I see it since I have 16GB ram and here is the actual problem , the message before paging file is too small was a warning telling me a low virtual memory but here where things dont add up :- only 4gb of memory was in use when my computer crashed:

"

Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: Decompress.exe (2084) consumed 2461761536 bytes, chrome.exe (6276) consumed 662761472 bytes, and eclipse.exe (8008) consumed 618754048 bytes.

"

so I did the mast for you thats a total of :

Decompress.exe 2.461761536 gb

chrome.exe 0.662761472 gb

eclipse.exe 0.618754048 gb

so first of all i have no idea what Decompress.exe is even , second of all i have 10gb pagefile sys and 16gb physical ram , what could the cause be for my computer crashing on 4gb ?

-Things worth noting the crashes are random , I do have 16gb installed ram when I check my PC , I do play demanding games that easily demand 12-16gb ram and I can get consistent several continuous hours in them without crashes , but chrome and other simple apps on togther seem to crash my PC :/.

-Thanks in advance , all help would be appreciated ..

According to Microsoft the size of the Pagefile should be at 1.5 times the physical memory that your computer has.
You should allow Windows to Automatically manage paging file size.

Which issues did you encountered before changing paging file settings.

Last edited: Nov 19, 2020

Jun 2, 2013 106 4 18,685 0

  • #3

According to Microsoft the size of the Pagefile should be at 1.5 times the physical memory that your computer has.
You should allow Windows to Automatically manage paging file size.

Which issues did you encountered before changing paging file settings.

the problem is , I dont even remember how i changed pagefile to begin with since when i go to virtual memory settings in the windows it tells me that it is automatically system and managed , and the thing have been like that for years now (at least 3 years) but the problems started few last weeks, and pagefile.sys is system managed ... i just see that it allocates 10gb ..

Error The paging file is too small for this operation to complete dos error errno 1455

Nov 7, 2011 69,026 3,127 162,240 6,854

  • #4

malware scan the system?
see where that Decompress.exe is located?

Error The paging file is too small for this operation to complete dos error errno 1455

Dec 6, 2006 6,908 492 44,840 1,520

  • #5

Delete the paging file by selecting the 'No paging file' radio button and click 'Set' then press OK. Reboot.

After rebooting go back to the paging file Windows default settings, in Windows Advanced System Settings.
Click the Windows start button or menu, search for 'System' and then click on the 'System' item (under Settings).
Click the link 'Advanced System Settings' on the left pane.
Select the 'Advanced' tab.
Under Performace Click on the 'Settings' button.
Select the 'Advanced' tab.
Click the 'Change...' button.
Select 'System managed size' and 'Automatically manage paging file size for all drives'

Jun 2, 2013 106 4 18,685 0

  • #6

Delete the paging file by selecting the 'No paging file' radio button and click 'Set' then press OK. Reboot.

After rebooting go back to the paging file Windows default settings, in Windows Advanced System Settings.
Click the Windows start button or menu, search for 'System' and then click on the 'System' item (under Settings).
Click the link 'Advanced System Settings' on the left pane.
Select the 'Advanced' tab.
Under Performace Click on the 'Settings' button.
Select the 'Advanced' tab.
Click the 'Change...' button.
Select 'System managed size' and 'Automatically manage paging file size for all drives'

I had that done already , the system already manages virtual memory for me , i still have this problem though ..

Jun 2, 2013 106 4 18,685 0

  • #7

malware scan the system?
see where that Decompress.exe is located?

I did few antivirus checks , found nothing , and the problem is decompress.exe i only see in the windows event log but i never see it in task manager to find it's location ..

Error The paging file is too small for this operation to complete dos error errno 1455

Jun 12, 2015 60,206 5,035 166,290 10,411

  • #8

memory isn't just ram. Win 10 counts page file as memory.

Now its also possible to get out of memory errors as you can see when you have ram free.

its a memory leak caused by a driver asking for memory to be committed to it and then not releasing the memory after its finished.

What are specs of the PC? some drivers are well known to cause this.

One way to find out what is using Poolmon - you get it from Microsoft - https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/poolmon
when you run it, press B as it will sort the display by bytes used.
then to identify the name of the driver at top of list, look under the tag header
run command prompt and type in the command shown in description of this video to find the driver at fault, changing YOURTAG to the tag found in poolmon

Error The paging file is too small for this operation to complete dos error errno 1455

Jun 12, 2015 60,206 5,035 166,290 10,411

Nov 4, 2012 9,677 133 55,890 2,195

  • #10

decompress.exe is also mining software that tries to hide from people and is restarted in the task scheduler.
you will have to find the .exe on your drive and remove it. it might be in one of windows hidden directories.

Jun 2, 2013 106 4 18,685 0

  • #11

So as most of you guessed , decompress.exe is one of the main aspects behind this program .. i found another windows event log which shows leaked memory before the crash and decompress.exe is always in it using around 2.4gb of RAM as well as I see always an additional 2.4gb of ram unaccounted for in taskmanager but the problem is Decompress.exe is no where to be found ... I have ran 3 different antivirus checks including malwarebytes, bitdefender and windows defender .. all of which found nothing , as well as i tried searching automatically and manually for decompress.exe and found nothing as well as it doesnt even show up in task manager(and yes taskmanger is elevated .. , any idea how the hell i could get rid of this infected hell decompress.exe ?

Jun 2, 2013 106 4 18,685 0

  • #12

memory isn't just ram. Win 10 counts page file as memory.

Now its also possible to get out of memory errors as you can see when you have ram free.

its a memory leak caused by a driver asking for memory to be committed to it and then not releasing the memory after its finished.

What are specs of the PC? some drivers are well known to cause this.

One way to find out what is using Poolmon - you get it from Microsoft - https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/poolmon
when you run it, press B as it will sort the display by bytes used.
then to identify the name of the driver at top of list, look under the tag header
run command prompt and type in the command shown in description of this video to find the driver at fault, changing YOURTAG to the tag found in poolmon

didnt really help , poolmon just printed gibberish words with not a single filename i can find or search ..

Error The paging file is too small for this operation to complete dos error errno 1455

Jun 12, 2015 60,206 5,035 166,290 10,411

  • #13

refer Johnbl's answer from another post

otherwise, run poolmon next time you get the errors and take a screenshot, upload it to an image sharing website and show me a link. Most of the tags have been searched for already by others.
I already know i need to look in paged.

Jun 2, 2013 106 4 18,685 0

  • #14

refer Johnbl's answer from another post

otherwise, run poolmon next time you get the errors and take a screenshot, upload it to an image sharing website and show me a link. Most of the tags have been searched for already by others.
I already know i need to look in paged.

OMGGG !! thank you that exactly the miner software I had on my pc !!! now i finally got rid of it , I'll update regarding the crash with appropriate poolmon screenshot if the problem still occurs after i finally got rid of this freaking miner ! OMFG thank you really !!

Thread starterSimilar threadsForumRepliesDate
Error The paging file is too small for this operation to complete dos error errno 1455
Question numpad 7 and 1 no longer go to bottom or top of page Windows 10 1 Nov 16, 2022
S Question How to shrink whole page? Windows 10 2 Oct 19, 2022
A Question Particular site blocked only by Chrome Windows 10 5 Oct 3, 2022
Error The paging file is too small for this operation to complete dos error errno 1455
Question Page auto scrolling problem ? Windows 10 3 Aug 27, 2022
Error The paging file is too small for this operation to complete dos error errno 1455
Question Convert/Save .webp images automatically to .jpeg/jpg images, when saving web pages in Chrome/Firefox. Windows 10 4 Jul 25, 2022
C Question Microsoft Teams/OneNote, along with unending web tabs opening to Microsoft Login Page ? Windows 10 0 Jun 15, 2022
W [SOLVED] ClearPageFile.. Is it wipe page file with zero OR just default delete function? Windows 10 6 Jun 1, 2022
Error The paging file is too small for this operation to complete dos error errno 1455
Question Out of nowhere BSOD on Monday night, followed by more every morning Windows 10 14 Apr 30, 2022
Error The paging file is too small for this operation to complete dos error errno 1455
[SOLVED] web pages wont scroll with arrow keys Windows 10 3 Apr 3, 2022
J [SOLVED] Should my paging file constantly be at 8% usage? Windows 10 7 Mar 7, 2022

  • Advertising
  • Cookies Policies
  • Privacy
  • Term & Conditions
  • Topics

What happens if pagefile is too small?

If your pagefile is too small, you may get a memory. dmp file, but Debugging Tools for Windows won't be able to read it.

Can I delete C :\ pagefile sys?

Pagefile. sys is an extremely important file when it comes to keeping your Windows computer running smoothly. It helps give your PC's RAM more breathing room when physical memory can no longer hold more data. You can delete it, but only do so when you know your computer's RAM has enough capacity to stand on its own.