]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
increase shared buffers for poldi
[chef.git] / roles / nominatim.rb
index d640ec5f05b8305b11574bd0a9b60b4a3e7caf45..7798a04e71219b4b0227b4334282d97922c3a4c6 100644 (file)
@@ -41,8 +41,8 @@ default_attributes(
     :postgres => {
       :comment => "Increase shared memory for postgres",
       :parameters => { 
-        "kernel.shmmax" => 16 * 1024 * 1024 * 1024,
-        "kernel.shmall" => 16 * 1024 * 1024 * 1024 / 4096
+        "kernel.shmmax" => 26 * 1024 * 1024 * 1024,
+        "kernel.shmall" => 26 * 1024 * 1024 * 1024 / 4096
       }
     }
   },
@@ -55,7 +55,7 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "25"
+            :max_children => "50"
         },
         :bulk => {
             :pm => "static",