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
51 :repository => "git://git.openstreetmap.org/nominatim.git",
53 :cluster => "9.1/main",
54 :dbname => "nominatim"