Skip to content

Commit

Permalink
Merge pull request #97 from padawan-php/mkusher-patch-1
Browse files Browse the repository at this point in the history
Removed setting memory limit in bin/padawan
  • Loading branch information
mkusher authored Mar 8, 2017
2 parents 427bb26 + 5058557 commit 48ac3f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/padawan
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<?php

set_time_limit(0);
ini_set('memory_limit', '2048M');
ini_set('xdebug.max_nesting_level', '9000');
ini_set('display_errors', 'stderr');

Expand Down

0 comments on commit 48ac3f9

Please sign in to comment.