From 2cdee9b21fe0ff3892b7796f3868930e94621c4e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Oct 2013 14:23:16 +0100 Subject: fix init script, use kill -9, set memory_limit to a higher value --- package/php/files/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/php/files/php.ini') diff --git a/package/php/files/php.ini b/package/php/files/php.ini index c9b395ac1..3a5172b3c 100644 --- a/package/php/files/php.ini +++ b/package/php/files/php.ini @@ -53,7 +53,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 = 32M ; Maximum amount of memory a script may consume (8MB) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.3