Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 12, 2017
1 parent 3167817 commit bf3868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketmine/MemoryManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function triggerGarbageCollector(){

public function dumpServerMemory($outputFolder, $maxNesting, $maxStringSize){
$hardLimit = ini_get('memory_limit');
ini_set('memory_limit', -1);
ini_set('memory_limit', '-1');
gc_disable();

if(!file_exists($outputFolder)){
Expand Down

0 comments on commit bf3868c

Please sign in to comment.