]> git.openstreetmap.org Git - chef.git/blobdiff - roles/wiki.rb
apache: relax mod_evasive further
[chef.git] / roles / wiki.rb
index de18b4b393c43fb11c7a97cd8f8b1883580f1997..1e19d9df136d67bfbdc01385e19d1674c6572c4a 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     }
   },
   :elasticsearch => {
-    :version => "6.x",
+    :version => "7.x",
     :cluster => {
       :name => "wiki"
     }
@@ -37,7 +37,7 @@ default_attributes(
     ]
   },
   :memcached => {
-    :memory_limit => 2048,
+    :memory_limit => 4096,
     :connection_limit => 8192,
     :chunk_growth_factor => 1.25,
     :min_item_size => 48
@@ -55,7 +55,7 @@ default_attributes(
       :mysqld => {
         :innodb_buffer_pool_size => "4G",
         :key_buffer_size => "64M",
-        :max_connections => "200",
+        :max_connections => "500",
         :sort_buffer_size => "8M",
         :tmp_table_size => "128M"
       }