Merge commit '3907a2b6ba58fa49022e3e7c8256731dfa2e0d00'

This commit is contained in:
Dylan K. Taylor
2020-03-14 13:32:35 +00:00
6 changed files with 13 additions and 11 deletions

View File

@ -133,7 +133,7 @@ class SendUsageTask extends AsyncTask{
"historyList" => array_values($playerList)
];
$info = Process::getMemoryUsage(true);
$info = Process::getAdvancedMemoryUsage();
$data["system"] = [
"mainMemory" => $info[0],
"totalMemory" => $info[1],