SuperSocket
SuperSocket copied to clipboard
System.OutOfMemoryException
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.GC.AllocateNewArray(IntPtr typeHandle, Int32 length, GC_ALLOC_FLAGS flags) at System.GC.<AllocateUninitializedArray>g__AllocateNewUninitializedArray|66_0[T](Int32 length, Boolean pinned) at System.Buffers.TlsOverPerCoreLockedStacksArrayPool1.Rent(Int32 minimumLength) at System.IO.Pipelines.Pipe.RentMemory(BufferSegment segment, Int32 sizeHint) at System.IO.Pipelines.Pipe.AllocateWriteHeadSynchronized(Int32 sizeHint) at System.IO.Pipelines.Pipe.GetMemory(Int32 sizeHint) at SuperSocket.Channel.PipeChannel1.FillPipeAsync(PipeWriter writer, CancellationToken cancellationToken)
报OutOfMemoryException异常,没有比较大的数据传输,文件和图片都是传id,k8s配置是分配了8G内存,物理内存应该是够的,帮分析下原因