summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoris Steyn2015-12-20 22:43:25 +0100
committerJoris Steyn2015-12-20 22:43:25 +0100
commitaf219311af8993907d8c8b673824bacc2193bdac (patch)
tree06b956bcadc4b0221d7cb4afcc5e1426ca6d6ef4 /PKGBUILD
parentc1d9ceb4205d4c9c21717ef1b70d7f2cb12c99ab (diff)
downloadaur-php-manpages-svn.tar.gz
Set memory limit to 256M
The new release of PHD seems to need more memory.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f47ac24e967..f45c0bc09635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,6 +41,7 @@ php -n \
-d open_basedir=/ \
-d extension=sqlite3.so \
-d date.timezone=Europe/Amsterdam \
+ -d memory_limit=256M \
$@
'
chmod +x php-wrapper.sh