Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutofMemory Exception #14

Open
RManesiya opened this issue Oct 9, 2020 · 0 comments
Open

OutofMemory Exception #14

RManesiya opened this issue Oct 9, 2020 · 0 comments

Comments

@RManesiya
Copy link

Every now and then we get following error. Any fix that may be available to resolve this?

System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
at System.Runtime.InteropServices.Marshal.AllocHGlobal(IntPtr cb)
at BrotliSharpLib.Brotli.DefaultAllocFunc(Void* opaque, SizeT size)
at BrotliSharpLib.Brotli.BrotliAllocate(MemoryManager& m, SizeT n)
at BrotliSharpLib.Brotli.RingBufferInitBuffer(MemoryManager& m, UInt32 buflen, RingBuffer* rb)
at BrotliSharpLib.Brotli.RingBufferWrite(MemoryManager& m, Byte* bytes, SizeT n, RingBuffer* rb)
at BrotliSharpLib.Brotli.CopyInputToRingBuffer(BrotliEncoderStateStruct& s, SizeT input_size, Byte* input_buffer)
at BrotliSharpLib.Brotli.BrotliEncoderCompressStream(BrotliEncoderStateStruct& s, BrotliEncoderOperation op, SizeT* available_in, Byte** next_in, SizeT* available_out, Byte** next_out, SizeT* total_out)
at BrotliSharpLib.BrotliStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count, BrotliEncoderOperation operation)
at BrotliSharpLib.BrotliStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at WebMarkupMin.AspNet4.Common.HttpCompressionFilterStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Write(String value)
at WebMarkupMin.AspNet4.Common.MarkupMinificationFilterStream.Close()
at System.Web.HttpWriter.FilterIntegrated(Boolean finalFiltering, IIS7WorkerRequest wr)
at System.Web.HttpResponse.FilterOutput()
at System.Web.HttpApplication.CallFilterExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant