codesharp/infrastructure

http://cs-nuget.apphb.com 500 internal error and nuget install do not work

wsky opened this issue · 0 comments

wsky commented

Time

11/19/12 10:16 AM

Request path

/nuget

Commit id

862ae4afe8ddbb872d68d49c813c23ca8897e5a1

Message

An unhandled exception has occurred.

Exceptions

[InsufficientMemoryException: Memory gates checking failed because the free memory (470761472 bytes) is less than 5% of total memory. As a result, the service will not be available for incoming requests. To resolve this, either reduce the load on the machine or adjust the value of minFreeMemoryPercentageToActivateService on the serviceHostingEnvironment config element.]
at System.ServiceModel.Activation.ServiceMemoryGates.Check(Int32 minFreeMemoryPercentage, Boolean throwOnLowMemory, UInt64& availableMemoryBytes)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryGates(UInt64& availableMemoryBytes)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CheckMemoryCloseIdleServices(EventTraceActivity eventTraceActivity)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)

see:

https://appharbor.com/applications/cs-nuget/errors/50a9968c93d4f54f04dfd546

http://msdn.microsoft.com/en-us/library/System.InsufficientMemoryException