From 3ddbe0f0db419389737fd52b9648a853d0e3d828 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Sun, 6 Dec 2020 06:23:22 +0200 Subject: [PATCH] Update default number of threads for MRI in docs The default value was changed in #2143 --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index d497214b1b..84ebfcfb31 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -29,7 +29,7 @@ Here are some rules of thumb for cluster mode: * Use cluster mode and set the number of workers to 1.5x the number of cpu cores in the machine, minimum 2. * Set the number of threads to desired concurrent requests / number of workers. - Puma defaults to 16 and that's a decent number. + Puma defaults to 5 and that's a decent number. #### Migrating from Unicorn