Merge pull request #397 from tgstation/optimumtact-patch-1

Reduce memory requirements for ss13
This commit is contained in:
Jordan Brown
2017-11-19 17:16:24 -05:00
committed by GitHub
+1 -1
View File
@@ -462,7 +462,7 @@ namespace TGS.Server
megamem = Convert.ToUInt64(pcm.NextValue()) / 1024;
}
var PercentCpuTime = (int)Math.Round((Decimal)cputime);
WriteCurrentDDLog(String.Format("CPU: {1}% Memory: {0}MB", megamem, PercentCpuTime.ToString("D3")));
WriteCurrentDDLog(String.Format("CPU: {1}% Memory: {0}KB", megamem, PercentCpuTime.ToString("D3")));
}
/// <inheritdoc />