From ad1eca27641d82d3e3e4a50650e19d231b765561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=A5=E0=A4=AE=E0=A5=87?= =?UTF-8?q?=E0=A4=B6=20Sonpatki?= Date: Wed, 13 May 2020 09:43:35 +0530 Subject: [PATCH] Fix typo I think it is meant to read `of puma` instead of `on puma` :) --- 5.0-Upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.0-Upgrade.md b/5.0-Upgrade.md index e8514d52..04b5204d 100644 --- a/5.0-Upgrade.md +++ b/5.0-Upgrade.md @@ -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`: