+ :apache => {
+ :mpm => "event",
+ :event => {
+ :server_limit => 40,
+ :max_request_workers => 1000,
+ :min_spare_threads => 50,
+ :max_spare_threads => 150,
+ :threads_per_child => 50,
+ :max_connections_per_child => 10000
+ }
+ },
+ :passenger => {
+ :max_pool_size => 50
+ },
+ :planet => {
+ :current => {
+ :jobs => {
+ :taginfo => {
+ :command => "/usr/local/bin/taginfo-update",
+ :user => "taginfo"
+ }
+ }
+ }