Skip to content

Commit

Permalink
nominatim: switch longma to postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Sep 18, 2023
1 parent dfd61bf commit 3df3f8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions roles/longma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@
}
},
:postgresql => {
:versions => ["14"],
:versions => ["16"],
:settings => {
:defaults => {
:max_connections => "550",
:work_mem => "240MB",
:fsync => "on",
:effective_io_concurrency => "500"
}
}
},
:nominatim => {
:state => "standalone",
:dbcluster => "14/main",
:dbcluster => "16/main",
:postgis => "3",
:enable_qa_tiles => true,
:flatnode_file => "/ssd/nominatim/nodes.store",
Expand Down

0 comments on commit 3df3f8f

Please sign in to comment.