diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-08-17 13:43:08 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-08-17 13:43:08 +0000 |
commit | 3a211712eb59b2ad8b623dd6f32bb3a28f10fca7 (patch) | |
tree | 0c1a63861f7e920258c36c5a2d4fdd641e70cb82 /php.ini-recommended | |
parent | 3d87be2674027f24e803f205a034c2579a7a82bc (diff) | |
download | php-git-3a211712eb59b2ad8b623dd6f32bb3a28f10fca7.tar.gz |
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 c1e7a4cabb..c557806f75 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -311,7 +311,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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |