Skip to content

Commit

Permalink
* FIxed typo on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
António P. P. Almeida committed Jul 6, 2011
1 parent 64b348f commit d54a32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ thing.

The formula is:

number\_of\_children = (total_memory - 512 MB) / 128 MB
number\_of\_children = (total_memory - 512 MB) / 128 MB

it's implied that each child consumes up to **128 MB**.

Expand Down Expand Up @@ -80,7 +80,7 @@ adjust it to your setup and conditions if usage.

cp -a pool.d /etc/php5/fpm

3. (Re)start `php-fpm` with `service php-fpm restart` or `service
3. (Re)start `php5-fpm` with `service php5-fpm restart` or `service
php-fpm start` if starting `php-fpm` anew.

## Caveats
Expand Down

0 comments on commit d54a32c

Please sign in to comment.