From d2b7b9076c413b52990d3c3029e4136d3a9b8685 Mon Sep 17 00:00:00 2001 From: Shinichi Maeshima Date: Fri, 24 Jun 2016 21:06:24 +0900 Subject: [PATCH] [ci skip]Update default number of threads --- DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 133c445520..09a5162298 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -27,7 +27,7 @@ Here are some rules of thumb: * 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 8 and that's a decent number. + Puma defaults to 16 and that's a decent number. #### Migrating from Unicorn