]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
remove date from nominatim fail2ban regex
[chef.git] / roles / nominatim.rb
index 94c41e70108bb8d44bd85c30072151e79177ddec..81fc388bef760788dd2a6ab4eb35658824d48dc1 100644 (file)
@@ -29,6 +29,7 @@ default_attributes(
         :synchronous_commit => "off",
         :checkpoint_segments => "32",
         :checkpoint_timeout => "10min",
+        :max_wal_size => "1536MB",
         :checkpoint_completion_target => "0.9",
         :shared_buffers => "2GB",
         :autovacuum_max_workers => "1"
@@ -99,7 +100,7 @@ default_attributes(
         :port => "8002",
         :pm => "static",
         :max_children => "2"
-      },
+      }
     },
     :redirects => {}
   }