4 # The source daily vaccum is best placed before the tilegen, as it has marginal speed benefits
6 -j "<%= node[:vectortile][:replication][:threads] %>" \
7 -d "<%= @source_database %>"
9 <%= @tilekiln_bin %> generate zooms \
10 --source-dbname "<%= @source_database %>" \
11 --storage-dbname "<%= @storage_database %>" \
12 --num-threads "<%= node[:vectortile][:replication][:threads] %>" \
13 --config <%= @config_path %> \
14 --min-zoom <%= @min_zoom %> \
15 --max-zoom <%= @max_zoom %>
17 # the daily render can add bloat, so the vacuum is done after it on the tile DB
19 -j "<%= node[:vectortile][:replication][:threads] %>" \
20 -d "<%= @storage_database %>"