Any ideas how to TS this?
Task Error: System.AggregateException: One or more errors occurred —> System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) object:__icall_wrapper_mono_array_new_specific (intptr,int)
at System.IO.FileStream.InitBuffer (Int32 size, Boolean isZeroSize) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
at NLog.Internal.FileAppenders.BaseFileAppender.TryCreateFileStream (Boolean allowConcurrentWrite) [0x00000] in :0
at NLog.Internal.FileAppenders.BaseFileAppender.CreateFileStream (Boolean allowConcurrentWrite) [0x00000] in :0
at NLog.Internal.FileAppenders.RetryingMultiProcessFileAppender.Write (System.Byte[] bytes) [0x00000] in :0
at NLog.Targets.FileTarget.WriteToFile (System.String fileName, System.Byte[] bytes, Boolean justData) [0x00000] in :0
at NLog.Targets.FileTarget.Write (NLog.LogEventInfo logEvent) [0x00000] in :0
at NLog.Targets.Target.Write (AsyncLogEventInfo logEvent) [0x00000] in :0
— End of inner exception stack trace —
–> (Inner exception 0) System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) object:__icall_wrapper_mono_array_new_specific (intptr,int)
at System.IO.FileStream.InitBuffer (Int32 size, Boolean isZeroSize) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
at NLog.Internal.FileAppenders.BaseFileAppender.TryCreateFileStream (Boolean allowConcurrentWrite) [0x00000] in :0
at NLog.Internal.FileAppenders.BaseFileAppender.CreateFileStream (Boolean allowConcurrentWrite) [0x00000] in :0
at NLog.Internal.FileAppenders.RetryingMultiProcessFileAppender.Write (System.Byte[] bytes) [0x00000] in :0
at NLog.Targets.FileTarget.WriteToFile (System.String fileName, System.Byte[] bytes, Boolean justData) [0x00000] in :0
at NLog.Targets.FileTarget.Write (NLog.LogEventInfo logEvent) [0x00000] in :0
at NLog.Targets.Target.Write (AsyncLogEventInfo logEvent) [0x00000] in :0
EPIC FAIL: System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) object:__icall_wrapper_mono_array_new_specific (intptr,int)
at System.IO.FileStream.InitBuffer (Int32 size, Boolean isZeroSize) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
at NLog.Internal.FileAppenders.BaseFileAppender.TryCreateFileStream (Boolean allowConcurrentWrite) [0x00000] in :0
at NLog.Internal.FileAppenders.BaseFileAppender.CreateFileStream (Boolean allowConcurrentWrite) [0x00000] in :0
at NLog.Internal.FileAppenders.RetryingMultiProcessFileAppender.Write (System.Byte[] bytes) [0x00000] in :0
at NLog.Targets.FileTarget.WriteToFile (System.String fileName, System.Byte[] bytes, Boolean justData) [0x00000] in :0
at NLog.Targets.FileTarget.Write (NLog.LogEventInfo logEvent) [0x00000] in :0
at NLog.Targets.Target.Write (AsyncLogEventInfo logEvent) [0x00000] in :0
exception inside UnhandledException handler: Out of memory