]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
Add jsrouting2.apis.dev.openstreetmap.org
[chef.git] / roles / wiki.rb
index fded35d67cfe24d8a8851cf78fe0f07121ea800f..e9f3cb8650a6fbb7e4e3a95fedd7269f2fc2acd9 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
     }
   },
   :memcached => {
-    :memory_limit => 512,
+    :memory_limit => 1024,
     :connection_limit => 8192,
     :chunk_growth_factor => 1.05,
     :min_item_size => 5
@@ -32,5 +32,6 @@ default_attributes(
 )
 
 run_list(
+  "recipe[elasticsearch]",
   "recipe[wiki]"
 )