2 description "Role applied to all nominatim servers."
7 :lonvia => { :status => :administrator },
8 :twain => { :status => :administrator },
11 :members => [:lonvia, :tomh, :twain]
22 :max_request_workers => 1600,
23 :threads_per_child => 50,
24 :min_spare_threads => 125,
25 :max_spare_threads => 925
29 :sources => ["postgresql"]
33 :http_rate_limit => "s:7/sec:15"
39 :max_connections => "450",
40 :synchronous_commit => "off",
41 :checkpoint_segments => "32",
42 :checkpoint_timeout => "10min",
43 :checkpoint_completion_target => "0.9",
44 :shared_buffers => "2GB",
45 :autovacuum_max_workers => "1"
51 :comment => "Increase shared memory for postgres",
53 "kernel.shmmax" => 26 * 1024 * 1024 * 1024,
54 "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096
57 :kernel_scheduler_tune => {
58 :comment => "Tune kernel scheduler preempt",
60 "kernel.sched_min_granularity_ns" => 10000000,
61 "kernel.sched_wakeup_granularity_ns" => 15000000
65 :comment => "Reduce swap usage",
70 :network_conntrack_time_wait => {
71 :comment => "Only track completed connections for 30 seconds",
73 "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
76 :network_conntrack_max => {
77 :comment => "Increase max number of connections tracked",
79 "net.netfilter.nf_conntrack_max" => "131072"
86 "recipe[nominatim::default]"