Skip to content

Commit

Permalink
Remove tile role from pyrene
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 22, 2023
1 parent cafbadf commit b0c6784
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions roles/pyrene.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,9 @@
}
}
}
},
:postgresql => {
:settings => {
:defaults => {
:effective_cache_size => "16GB"
}
}
},
:sysctl => {
:postgres => {
:comment => "Increase shared memory for postgres",
:parameters => {
"kernel.shmmax" => 9 * 1024 * 1024 * 1024,
"kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
}
}
},
:tile => {
:database => {
:cluster => "14/main",
:postgis => "3"
},
:mapnik => "3.1",
:styles => {
:default => {
:tile_directories => [
{ :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 }
]
}
},
}
)

run_list(
"role[osuosl]",
"role[tile]"
"role[osuosl]"
)

0 comments on commit b0c6784

Please sign in to comment.