2 description "Role applied to all nominatim servers"
7 :lonvia => { :status => :administrator },
8 :twain => { :status => :administrator }
17 :threads_per_child => 35
21 :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
24 :versions => [ "9.1" ],
27 :max_connections => "450",
28 :synchronous_commit => "off",
29 :checkpoint_segments => "50",
30 :checkpoint_timeout => "10min",
31 :checkpoint_completion_target => "0.9",
32 :autovacuum_max_workers => "1"
38 :comment => "Increase shared memory for postgres",
40 "kernel.shmmax" => 16 * 1024 * 1024 * 1024,
41 "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096