1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-05 09:39:56 +00:00

Missed one

This commit is contained in:
Dylan K. Taylor 2017-06-12 09:33:48 +01:00
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)){