SOURCES: php-amd64.patch (NEW) - use more memory on amd64

glen glen at pld-linux.org
Tue Jun 20 14:50:28 CEST 2006


Author: glen                         Date: Tue Jun 20 12:50:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use more memory on amd64

---- Files affected:
SOURCES:
   php-amd64.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-amd64.patch
diff -u /dev/null SOURCES/php-amd64.patch:1.1
--- /dev/null	Tue Jun 20 14:50:28 2006
+++ SOURCES/php-amd64.patch	Tue Jun 20 14:50:23 2006
@@ -0,0 +1,11 @@
+--- php-5.1.4/php.ini~	2006-06-20 15:47:05.186965387 +0300
++++ php-5.1.4/php.ini	2006-06-20 15:48:05.188306604 +0300
+@@ -320,7 +320,7 @@
+ 
+ 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)
+ 
+ 
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
================================================================


More information about the pld-cvs-commit mailing list