]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
reduce shared buffers on all nominatim servers
[chef.git] / roles / nominatim.rb
index a80fc7866b793d0c32c44259a647396d2d536009..6785c00239216594da7917525fa2e86f1c82ff46 100644 (file)
@@ -30,6 +30,7 @@ default_attributes(
         :checkpoint_segments => "32",
         :checkpoint_timeout => "10min",
         :checkpoint_completion_target => "0.9",
+        :shared_buffers => "2GB",
         :autovacuum_max_workers => "1"
       }
     }
@@ -82,6 +83,7 @@ default_attributes(
       "Search_Index" => "ssd1",
       "Aux_Data" => "aux",
       "Aux_Index" => "aux"
-    }
+    },
+    :redirects => {}
   }
 )