From 3a211712eb59b2ad8b623dd6f32bb3a28f10fca7 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 17 Aug 2006 13:43:08 +0000 Subject: Increased default memory limit to 16 megabytes to accommodate for a more accurate memory utilization measurement. --- php.ini-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-dist') diff --git a/php.ini-dist b/php.ini-dist index 6c825ca8dd..55a3424e6e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -253,7 +253,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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.1