:keepalive => false,
:reqtimeout => true,
:event => {
- :server_limit => 60,
+ :server_limit => 100,
:max_request_workers => 2400,
:threads_per_child => 50,
:min_spare_threads => 125,
:checkpoint_segments => "32",
:checkpoint_timeout => "10min",
:checkpoint_completion_target => "0.9",
+ :jit => "off",
:shared_buffers => "2GB",
:autovacuum_max_workers => "1"
}
:network_conntrack_max => {
:comment => "Increase max number of connections tracked",
:parameters => {
- "net.netfilter.nf_conntrack_max" => "131072"
+ "net.netfilter.nf_conntrack_max" => "196608"
}
}
}