1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
I think it is meant to read `of puma` instead of `on puma` :)
This commit is contained in:
प्रथमेश Sonpatki 2020-05-13 09:43:35 +05:30 committed by GitHub
parent c1963c0dcf
commit ad1eca2764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ Production testing at GitLab suggests values between `0.001` and `0.010` are bes
#### nakayoshi_fork #### 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`: To use it, you can add this to your `puma.rb`: