diff options
| author | rojaro <> | 2009-10-03 00:09:57 +0000 | 
|---|---|---|
| committer | rojaro <> | 2009-10-03 00:09:57 +0000 | 
| commit | c358b63d2a6cc94c6346ac2b4997414d2a11a18b (patch) | |
| tree | f9b9a3b0a2232a5fe1cfbfc33155e2b426a101c5 /buildscripts/PhpDocumentor/new_phpdoc.php | |
| parent | 6027ccc0dcc10d636e646f81b4c0215265071beb (diff) | |
upped memory limit for phpDocumentor
Diffstat (limited to 'buildscripts/PhpDocumentor/new_phpdoc.php')
| -rw-r--r-- | buildscripts/PhpDocumentor/new_phpdoc.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/PhpDocumentor/new_phpdoc.php b/buildscripts/PhpDocumentor/new_phpdoc.php index e4adea90..bac5e514 100644 --- a/buildscripts/PhpDocumentor/new_phpdoc.php +++ b/buildscripts/PhpDocumentor/new_phpdoc.php @@ -75,7 +75,7 @@ if (!empty($_REQUEST['altuserdir'])) $configdir = $_REQUEST['altuserdir'];                         <?php
          include_once('HTML_TreeMenu-1.1.2/TreeMenu.php');
          set_time_limit(0);    // six minute timeout
 -        ini_set("memory_limit","256M");
 +        ini_set("memory_limit","1024M");
          /**
           * Directory Node
           * @package HTML_TreeMenu
  | 
