Skip to content

Commit

Permalink
Merge pull request #63 from ashfurrow/patch-1
Browse files Browse the repository at this point in the history
Fixes typo
  • Loading branch information
schneems authored Oct 20, 2018
2 parents e0331ca + 12913d1 commit 359c5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ before_fork do
end
```

That's it. Now on a regular basis the size of all Puma and all of it's forked processes will be evaluated and if they're over the RAM threshold will be killed. Don't worry Puma will notice a process is missing a spawn a fresh copy with a much smaller RAM footprint ASAP.
That's it. Now on a regular basis the size of all Puma and all of it's forked processes will be evaluated and if they're over the RAM threshold will be killed. Don't worry Puma will notice a process is missing and spawn a fresh copy with a much smaller RAM footprint ASAP.

## Troubleshooting

Expand Down

0 comments on commit 359c5fb

Please sign in to comment.