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: flags: none; facility: 0 (FACILITY_NULL); error: 1455 (more)

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