2 description "Role applied to all nominatim servers"
7 :lonvia => { :status => :administrator },
8 :twain => { :status => :administrator },
11 :members => [ :lonvia, :tomh, :twain ]
21 :threads_per_child => 35
25 :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
28 :versions => [ "9.1" ],
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" => 16 * 1024 * 1024 * 1024,
45 "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096
50 :repository => "git://git.openstreetmap.org/nominatim.git",
52 :cluster => "9.1/main",
53 :dbname => "nominatim"