diff options
author | ctrlaltca@gmail.com <> | 2012-03-26 10:09:51 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-03-26 10:09:51 +0000 |
commit | b5188eed81057371f0c03d8ebf250000328e033e (patch) | |
tree | 770e62577222a322274e87b58ccb0450abd8db0f /buildscripts/PhpDocumentor/phpDocumentor.ini | |
parent | a3f64a4214fe0ae29ecea298542a15c6a0071a45 (diff) |
phpdocumentor: mute some warning, raise ram usage
Diffstat (limited to 'buildscripts/PhpDocumentor/phpDocumentor.ini')
-rw-r--r-- | buildscripts/PhpDocumentor/phpDocumentor.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/PhpDocumentor/phpDocumentor.ini b/buildscripts/PhpDocumentor/phpDocumentor.ini index 161f5cba..c329b94d 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor.ini +++ b/buildscripts/PhpDocumentor/phpDocumentor.ini @@ -10,7 +10,7 @@ PHPDOCUMENTOR_DEBUG = false PHPDOCUMENTOR_KILL_WHITESPACE = false
[_phpDocumentor_options]
-memory_limit = 512;
+memory_limit = 1024;
;; this is the value that will be displayed as the root directory
Program_Root =
;; uncomment this to set the path phpDocumentor looks in to find user files
|