From 4915a4d187a4f632fa3a458bdde36fb11181aaed Mon Sep 17 00:00:00 2001 From: verdie-g Date: Mon, 24 Jun 2024 18:14:20 -0400 Subject: [PATCH] Update OOM issue link --- DotnetEventsViewer/Pages/Home.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DotnetEventsViewer/Pages/Home.razor b/DotnetEventsViewer/Pages/Home.razor index ce8777e..47fa9bc 100644 --- a/DotnetEventsViewer/Pages/Home.razor +++ b/DotnetEventsViewer/Pages/Home.razor @@ -89,7 +89,7 @@ { Console.Error.WriteLine(e); ShowFileError(e is JSException or OutOfMemoryException - ? "File is too large to fit in memory. Please upvote issue https://github.com/dotnet/runtime/issues/101926" + ? "File is too large to fit in memory. Please upvote issue https://github.com/dotnet/runtime/issues/102574" : "Invalid nettrace file"); return; }