X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cf074f83728ffa2fdc43cf10f0dca5a4b443a29e..068a4f9021d424f002e4b99afab327bc9611d304:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index a30962415..65c0a577c 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -40,11 +40,12 @@ default_attributes( :temp_buffers => "32MB", :work_mem => "128MB", :max_parallel_workers_per_gather => "0", + :wal_level => "minimal", :wal_buffers => "1024kB", :wal_writer_delay => "500ms", :commit_delay => "10000", - :checkpoint_segments => "60", :max_wal_size => "2880MB", + :max_wal_senders => "0", :random_page_cost => "1.1", :jit => "off", :track_activity_query_size => "16384",