]> git.openstreetmap.org Git - chef.git/commitdiff
Increase memcache size for gps-tile servers
authorTom Hughes <tom@compton.nu>
Sat, 31 Dec 2022 09:57:48 +0000 (09:57 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 31 Dec 2022 09:57:48 +0000 (09:57 +0000)
roles/muirdris.rb
roles/noquiklos.rb

index b8c0347444800ecc6a5fb44f316f803da4bdfa4a..38ef43f3a9100f39aeb460248fbafd2304ee11fc 100644 (file)
@@ -2,6 +2,9 @@ name "muirdris"
 description "Master role applied to muirdris"
 
 default_attributes(
+  :memcached => {
+    :memory_limit => 128 * 1024
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
index f42afa81b7b662a270af7af28323a335c3fbf751..99f2a459c0c6c022c6b29f7a5349c32f80598b6e 100644 (file)
@@ -2,6 +2,9 @@ name "noquiklos"
 description "Master role applied to noquiklos"
 
 default_attributes(
+  :memcached => {
+    :memory_limit => 24 * 1024
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {