]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
wiki: increase memcache size
[chef.git] / roles / nominatim.rb
index ccb9cf0d5120b21b68923e1324dcbaf422192098..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
       }
     }
   },