mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Merge commit '3907a2b6ba58fa49022e3e7c8256731dfa2e0d00'
This commit is contained in:
@ -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],
|
||||
|
Reference in New Issue
Block a user