WSDOT-GIS / Alpaca

Application for Local Planning and Community Accessibility (ALPACA)
http://www.wsdot.wa.gov/Transit/Grants/ALPACAtool.htm
The Unlicense
1 stars 0 forks source link

Out of memory exception #25

Closed JeffJacobson closed 10 years ago

JeffJacobson commented 10 years ago

The following exception occurs when running gtfs.ashx with city-of-seattle as the agency.

[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
   System.IO.MemoryStream.set_Capacity(Int32 value) +93
   System.IO.MemoryStream.EnsureCapacity(Int32 value) +64
   System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) +330
   Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.ArteryFilter.Write(Byte[] buffer, Int32 offset, Int32 count) +61
   System.Web.HttpWriter.FilterIntegrated(Boolean finalFiltering, IIS7WorkerRequest wr) +9509748
   System.Web.HttpResponse.FilterOutput() +104
   System.Web.CallFilterExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +49
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69