2 description "Role applied to all OWL servers"
7 :yellowbkpk => { :status => :user },
8 :ppawel => { :status => :user },
11 :members => [:yellowbkpk, :ppawel]
16 :members => [:yellowbkpk, :ppawel]
24 :sources => ["brightbox-ruby-ng", "ubuntugis-stable", "ubuntugis-unstable"]
31 :checkpoint_segments => "30",
32 :max_wal_size => "1440MB",
33 :checkpoint_completion_target => "0.9",
34 :random_page_cost => "2.0",
35 :log_min_duration_statement => "3000"
44 :comment => "Increase shared memory for postgres",
46 "kernel.shmmax" => 16 * 1024 * 1024 * 1024,
47 "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096