From d5e342db3ae7b7edec6c5df6c248f3e06091b610 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 19 Jun 2016 09:40:51 -0700 Subject: [ticket/14547] Fix Docs and increase PHP memory limit PHPBB3-14547 --- phpBB/docs/vagrant.md | 2 +- vagrant/after.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/vagrant.md b/phpBB/docs/vagrant.md index 4a14045d30..ac318270c1 100644 --- a/phpBB/docs/vagrant.md +++ b/phpBB/docs/vagrant.md @@ -14,7 +14,7 @@ phpBB uses the [Laravel/Homestead](https://laravel.com/docs/5.1/homestead) Vagra $ vagrant up ``` -* Access phpBB at `http://192.168.33.10/` +* Access phpBB at `http://192.168.10.10/` * Username: **admin** * Password: **adminadmin** 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/" -- cgit v1.2.1