mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-11 04:17:48 +00:00
Remove shutdown after memory dump. (#310)
This commit is contained in:
parent
613226c661
commit
80920a1673
@ -292,8 +292,6 @@ class MemoryManager{
|
|||||||
echo "[Dump] Finished!\n";
|
echo "[Dump] Finished!\n";
|
||||||
|
|
||||||
gc_enable();
|
gc_enable();
|
||||||
|
|
||||||
$this->server->forceShutdown();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function continueDump($from, &$data, &$objects, &$refCounts, $recursion, $maxNesting, $maxStringSize){
|
private function continueDump($from, &$data, &$objects, &$refCounts, $recursion, $maxNesting, $maxStringSize){
|
||||||
@ -330,4 +328,4 @@ class MemoryManager{
|
|||||||
$data = $from;
|
$data = $from;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user