
nginx+puma+rails の worker,thread,connection pool 数の目安
DRANK
nginx の worker 数 CPUコア数を基本とする puma の worker 数 CPUコア数〜1.5倍を基本とする Use cluster mode and set the number of workers to 1.5x the number of cpu cores in the machine, minimum 2. p...