mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
Missed one
This commit is contained in:
parent
3167817e34
commit
bf3868c078
@ -217,7 +217,7 @@ class MemoryManager{
|
|||||||
|
|
||||||
public function dumpServerMemory($outputFolder, $maxNesting, $maxStringSize){
|
public function dumpServerMemory($outputFolder, $maxNesting, $maxStringSize){
|
||||||
$hardLimit = ini_get('memory_limit');
|
$hardLimit = ini_get('memory_limit');
|
||||||
ini_set('memory_limit', -1);
|
ini_set('memory_limit', '-1');
|
||||||
gc_disable();
|
gc_disable();
|
||||||
|
|
||||||
if(!file_exists($outputFolder)){
|
if(!file_exists($outputFolder)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user