2 description "Role applied to all nominatim servers"
7 :lonvia => { :status => :administrator },
8 :twain => { :status => :administrator },
11 :members => [ :lonvia, :tomh, :twain ]
22 :threads_per_child => 50
28 :max_connections => "450",
29 :synchronous_commit => "off",
30 :checkpoint_segments => "50",
31 :checkpoint_timeout => "10min",
32 :checkpoint_completion_target => "0.9",
33 :autovacuum_max_workers => "1"
39 :comment => "Increase shared memory for postgres",
41 "kernel.shmmax" => 26 * 1024 * 1024 * 1024,
42 "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096
45 :kernel_scheduler_tune => {
46 :comment => "Tune kernel scheduler preempt",
48 "kernel.sched_min_granularity_ns" => 10000000,
49 "kernel.sched_wakeup_granularity_ns" => 15000000
53 :comment => "Reduce swap usage",
61 :repository => "git://git.openstreetmap.org/nominatim.git",
63 "Osm2pgsql_Data" => "aux",
64 "Osm2pgsql_Index" => "data",
65 "Place_Data" => "ssd2",
66 "Place_Index" => "ssd1",
67 "Address_Data" => "ssd2",
68 "Address_Index" => "ssd1",
69 "Search_Data" => "ssd1",
70 "Search_Index" => "ssd1",