mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Fix process memory retrieval
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Tgstation.Server.Host.System
|
||||
{
|
||||
try
|
||||
{
|
||||
return handle.VirtualMemorySize64;
|
||||
return handle.PrivateMemorySize64;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user