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" ]
31 :max_connections => "450",
32 :synchronous_commit => "off",
33 :checkpoint_segments => "50",
34 :checkpoint_timeout => "10min",
35 :checkpoint_completion_target => "0.9",
36 :autovacuum_max_workers => "1"
42 :comment => "Increase shared memory for postgres",
44 "kernel.shmmax" => 26 * 1024 * 1024 * 1024,
45 "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096
48 :kernel_scheduler_tune => {
49 :comment => "Tune kernel scheduler preempt",
51 "kernel.sched_min_granularity_ns" => 10000000,
52 "kernel.sched_wakeup_granularity_ns" => 15000000
57 :repository => "git://git.openstreetmap.org/nominatim.git"