Windows error 0x800705AF, -2147023441

Detailed Error Information

COMMITMENT_LIMIT[1]

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

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1455 (0x05af)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000005af.

Questions

7votes
1answer

NuGet Package restore exited with code -1

I get the following error in the Ouput window: D:\{solutionPath}\.nuget\nuget.targets(76,9): error : D:\{solutionPath}\.nuget\nuget.targets(76,9): error : Unhandled Exception: OutOfMemoryException. D:\{solutionPath}\.nuget\nuget.targets(76,9): error MSB3073: The command ""D:\{solutionPath}\.nuget\nuget.exe" install "D:\{pathToConfigLocation}\packages.config" -source "" -o "D:\{solutionPath}\packages"" exited with code -1. The above is with the NuGet.targets as it comes. D:\{solutionPath}\.nuget\nuget.targets(76,9): error : D:\{solutionPath}\.nuget\nuget.targets(76,9): error : Unhandled [...] read more
visual-studio-2010
nuget
4votes
0answers

Increasing swapfile size for Windows container

I'm getting following error when I launch docker interactive mode. Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. The shell cannot be started. A failure occurred during initialization: Could not load file or assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The paging file is too [...] read more
docker
docker-for-windows
1vote
1answer

Azure service dies after a few days

I have Small size (x2) cloud service running and operating just fine for 4-6 days but then it becomes unresponsive and requires manual restart through Azure portal to get it back online. Windows event logs show that virtual memory is running low. After 2-3 days I start getting: > Windows [...] read more
azure
memory-leaks
virtual
1vote
2answers

OutOfMemoryException / ERROR_COMMITMENT_LIMIT with a LOT of free memory in the system

I'm running my code on a cluster and I'm seeing a problem that I cannot replicate locally, and do not see the reason for. So, the program starts spuriously throwing OutOfMemoryException's in random places all over the code. Moreover, looks like this might have to do with something having broken [...] read more
.net
windows
out-of-memory
swap
0votes
1answer

authentication to github via jenkins error

I've installed Jenkins on to a Windows 10 machine and receive the following error when attempting to authenticate to github using Username and password credentials within the Source Code Management section: Failed to connect to repository : .... returned status code 128: stdout: stderr: Logon failed, use ctrl+c to cancel [...] read more
git
jenkins
0votes
2answers

Jenkins OutOfMemory Exception with different routing

i'm having a big problem when try to build on jenkins This exception is due to a routing convention When using this [HttpPost, Route(@"{appName:regex(^[A-Za-z0-9, ]+$)}/{moduleName:regex(^[A-Za-z0-9, ]+$)?}")] although on my local it works, when try to deploy on jenkins it fails to build the project either i get this > Unhandled [...] read more
c#
asp.net
asp.net-mvc
jenkins
deployment

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