Skip to content

Commit

Permalink
changed apache max ram to 70% in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpriem committed Dec 19, 2011
1 parent fe95235 commit 1a806ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.sh
Expand Up @@ -34,7 +34,7 @@ php_tune
# this can be safely ignored (http://wiki.apache.org/httpd/CouldNotDetermineServerName)
cp ${DIR}/default /etc/apache2/sites-available/
apache_install
apache_tune 40
apache_tune 70

# install curl and pecl/http
php_install_libs
Expand Down

0 comments on commit 1a806ca

Please sign in to comment.