From 4ec3cd73db80c415aeedd877fe8c05000666e3bc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 10 Feb 2014 22:37:47 +0000 Subject: [PATCH] Tune apache for taginfo --- roles/taginfo.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/taginfo.rb b/roles/taginfo.rb index 5d0fa4f45..a6496b23d 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -13,6 +13,17 @@ default_attributes( } } }, + :apache => { + :mpm => "event", + :event => { + :server_limit => 40, + :max_clients => 1000, + :min_spare_threads => 50, + :max_spare_threads => 150, + :threads_per_child => 50, + :max_requests_per_child => 10000 + } + }, :taginfo => { :sites => [ { -- 2.43.2