From 840718fadba6645f5eb8fe038eecd084d715a581 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Sat, 3 Oct 2009 00:10:34 +0000 Subject: upped memory limit of phpDocumentor --- buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php b/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php index c1e7095f..b53634de 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php +++ b/buildscripts/PhpDocumentor/phpDocumentor/Setup.inc.php @@ -157,7 +157,7 @@ class phpDocumentor_setup { phpDocumentor_out("time_limit cannot be set since your in safe_mode, please edit time_limit in your php.ini to allow enough time for phpDocumentor to run"); } - ini_set("memory_limit","256M"); + ini_set("memory_limit","1024M"); $phpver = phpversion(); $phpdocver = PHPDOCUMENTOR_VER; -- cgit v1.2.3