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
26 :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
29 :versions => [ "9.1" ],
32 :max_connections => "450",
33 :synchronous_commit => "off",
34 :checkpoint_segments => "50",
35 :checkpoint_timeout => "10min",
36 :checkpoint_completion_target => "0.9",
37 :autovacuum_max_workers => "1"
43 :comment => "Increase shared memory for postgres",
45 "kernel.shmmax" => 26 * 1024 * 1024 * 1024,
46 "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096
49 :kernel_scheduler_tune => {
50 :comment => "Tune kernel scheduler preempt",
52 "kernel.sched_min_granularity_ns" => 10000000,
53 "kernel.sched_wakeup_granularity_ns" => 15000000
58 :repository => "git://git.openstreetmap.org/nominatim.git",
60 :cluster => "9.1/main",
61 :dbname => "nominatim"