X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd06933fd5bcb4a131b684d696bb02a57003daab..b7d4583c770392b26c7dd20346b35db2d02f2440:/cookbooks/tile/templates/default/update-lowzoom.erb diff --git a/cookbooks/tile/templates/default/update-lowzoom.erb b/cookbooks/tile/templates/default/update-lowzoom.erb index c70374de9..4f2821dba 100644 --- a/cookbooks/tile/templates/default/update-lowzoom.erb +++ b/cookbooks/tile/templates/default/update-lowzoom.erb @@ -14,7 +14,7 @@ function update_tiles --socket=/var/run/renderd/renderd.sock \ --num-threads=<%= [4, node.dig('cpu', 'total').to_i - 1, node.dig('cpu', 'cores').to_i - 1].max %> \ --map="<%= @style %>" \ - --max-load=<%= node[:cpu][:total] %> \ + --max-load=<%= [4, node.dig('cpu', 'total').to_i, node.dig('cpu', 'cores').to_i].max %> \ --min-zoom=0 --max-zoom=12 }