diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-08-17 13:43:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-08-17 13:43:51 +0000 |
commit | 2ae992d7725a772380ae6b765d4eebd59cbcee9c (patch) | |
tree | 2cf71e84eb421d579828e32904a6c6a069fb7a48 /php.ini-recommended | |
parent | e1efd7c87b4a2bdac26d0f7d8a746729bc92fed7 (diff) | |
download | php-git-2ae992d7725a772380ae6b765d4eebd59cbcee9c.tar.gz |
MFB: Increased default memory limit to 16 megabytes to accommodate for a
more accurate memory utilization measurement.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 86c25f8da2..c6458aa11f 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -234,7 +234,7 @@ expose_php = On max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data -memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) +memory_limit = 16M ; Maximum amount of memory a script may consume (16MB) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |