Fix process memory retrieval

This commit is contained in:
Jordan Dominion
2024-08-22 21:06:40 -04:00
parent 9f89cbd382
commit 946e5dff86
+1 -1
View File
@@ -29,7 +29,7 @@ namespace Tgstation.Server.Host.System
{
try
{
return handle.VirtualMemorySize64;
return handle.PrivateMemorySize64;
}
catch (Exception ex)
{