]> git.openstreetmap.org Git - chef.git/commitdiff
Increase memory limit for frontend memcache instances
authorTom Hughes <tom@compton.nu>
Mon, 21 Aug 2023 21:24:06 +0000 (22:24 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 21 Aug 2023 21:24:06 +0000 (22:24 +0100)
roles/web-frontend.rb

index 500fb437ff3df38b69b586c1564f1fea69fef5dc..264f2a4d2634b91d49f1c9aa9cc11e8d78c7bf09 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
     }
   },
   :memcached => {
-    :memory_limit => 4096
+    :memory_limit => 8192
   },
   :passenger => {
     :max_pool_size => 50