Skip to content

Commit

Permalink
adjusted memory for report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-mel committed Apr 7, 2012
1 parent becbdfe commit bde5bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _testing/unittests/bootstrap.php
Expand Up @@ -6,5 +6,5 @@
define('DOKU_CONF',realpath(dirname(__FILE__).'/../../conf').'/');

error_reporting(E_ALL);
set_time_limit(600);
ini_set('memory_limit','128M');
set_time_limit(0);
ini_set('memory_limit','2048M');

0 comments on commit bde5bbd

Please sign in to comment.