Windows error 0x000005AF, 1455

Detailed Error Information

COMMITMENT_LIMIT[1]

MessageThe paging file is too small for this operation to complete.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800705AF.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1455 (0x05af)

Questions

1vote
0answers

VirtualAlloc() failed: [0x000005af] The paging file is too small for this operation to complete when trying to issue an artisan command

To be honest, I'm completely not proficient with git, I would appreciate and thank you for the time if you're going to help me Everytime I issue an artisan command, It won't issue, what could be the possible answer this command $ php artisan config:cache VirtualAlloc() failed: [0x000005af] The paging [...] read more
laravel
git
0votes
0answers

Import a huge among of data from Elasticsearch 2 to Mongodb fails on memory limit

I need help with import about 25 millions items from Elasticsearch to Mongodb. I wrote php script to do it but when the script reaches 16 millions items it fails on memory limit and throws me an error: VirtualAlloc() failed: [0x000005af] The paging file is too small for this operation [...] read more
mongodb
elasticsearch
memory
import
limit

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0