System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.GC.AllocateNewArray(IntPtr typeHandlePtr, Int32 length, GC_ALLOC_FLAGS flags, ObjectHandleOnStack ret)
at System.GC.AllocateNewArray(IntPtr typeHandlePtr, Int32 length, GC_ALLOC_FLAGS flags, ObjectHandleOnStack ret)
at System.GC.<AllocateUninitializedArray>g__AllocateNewArrayWorker|77_0[T](Int32 length, Boolean pinned)
at System.IO.Strategies.BufferedFileStreamStrategy.<EnsureBufferAllocated>g__AllocateBuffer|69_0()
at System.IO.Strategies.BufferedFileStreamStrategy.ReadAsyncSlowPath(Task semaphoreLockTask, Memory`1 buffer, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
at System.IO.StreamReader.ReadBufferAsync(CancellationToken cancellationToken)
at System.IO.StreamReader.ReadAsyncInternal(Memory`1 buffer, CancellationToken cancellationToken)
at System.IO.File.InternalReadAllTextAsync(String path, Encoding encoding, CancellationToken cancellationToken)
at Access.Site.Client.Controls.SvgImage.LoadSvg(String src) in /repo/Access.Site/src/Access.Site.Client/Controls/SvgImage.razor:line 167
at Access.Site.Client.Controls.SvgImage.OnInitializedAsync() in /repo/Access.Site/src/Access.Site.Client/Controls/SvgImage.razor:line 58
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()