aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-06-19 09:40:51 -0700
committerMatt Friedman <maf675@gmail.com>2016-06-19 09:40:51 -0700
commitd5e342db3ae7b7edec6c5df6c248f3e06091b610 (patch)
treed741eb1e2f96645368fb168d48e8ef955d12e362 /vagrant
parent40aac1cd574a9c842214b4b1adb92258d22a4c44 (diff)
downloadforums-d5e342db3ae7b7edec6c5df6c248f3e06091b610.tar
forums-d5e342db3ae7b7edec6c5df6c248f3e06091b610.tar.gz
forums-d5e342db3ae7b7edec6c5df6c248f3e06091b610.tar.bz2
forums-d5e342db3ae7b7edec6c5df6c248f3e06091b610.tar.xz
forums-d5e342db3ae7b7edec6c5df6c248f3e06091b610.zip
[ticket/14547] Fix Docs and increase PHP memory limit
PHPBB3-14547
Diffstat (limited to 'vagrant')
-rwxr-xr-xvagrant/after.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/after.sh b/vagrant/after.sh
index 09a6fe25fa..aadb7e7492 100755
--- a/vagrant/after.sh
+++ b/vagrant/after.sh
@@ -28,6 +28,6 @@ sudo chown -R vagrant /tmp/phpbb.sqlite3
sed -i "$ a @define('DEBUG', true);" ${PHPBB_CONFIG}
# Update the PHP memory limits (enough to allow phpunit tests to run)
-sed -i "s/memory_limit = .*/memory_limit = 768M/" /etc/php5/fpm/php.ini
+sed -i "s/memory_limit = .*/memory_limit = 1024M/" /etc/php5/fpm/php.ini
echo "Your board is ready at http://192.168.10.10/"