]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- more memory for "pear list" on larger installset
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Sep 2005 21:47:26 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-memory.patch -> 1.4

php-pear-PEAR-memory.patch

index 6823f531952542a93229fb85f6a19a3819eaadd7..7ad5df6174143dfb755fb39be6ca3f1081ca0db3 100644 (file)
@@ -5,4 +5,4 @@
  fi
  
 -exec $PHP -C -q $INCARG -d output_buffering=1 $INCDIR/pearcmd.php "$@"
-+exec $PHP -C -q $INCARG -d output_buffering=1 -d memory_limit=16M $INCDIR/pearcmd.php "$@"
++exec $PHP -C -q $INCARG -d output_buffering=1 -d memory_limit=24M $INCDIR/pearcmd.php "$@"
This page took 0.093198 seconds and 4 git commands to generate.