mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix typo
I think it is meant to read `of puma` instead of `on puma` :)
This commit is contained in:
parent
c1963c0dcf
commit
ad1eca2764
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Production testing at GitLab suggests values between `0.001` and `0.010` are bes
|
|||
|
||||
#### nakayoshi_fork
|
||||
|
||||
`nakayoshi_fork` calls GC a handful of times and compacts the heap on Ruby 2.7+ before forking. This may reduce memory usage on Pumas on MRI with preload enabled. It's inspired by [Koichi Sasada's work](https://github.com/ko1/nakayoshi_fork).
|
||||
`nakayoshi_fork` calls GC a handful of times and compacts the heap on Ruby 2.7+ before forking. This may reduce memory usage of Puma on MRI with preload enabled. It's inspired by [Koichi Sasada's work](https://github.com/ko1/nakayoshi_fork).
|
||||
|
||||
To use it, you can add this to your `puma.rb`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue