]> git.openstreetmap.org Git - chef.git/blobdiff - roles/chrysophylax.rb
Update bundle
[chef.git] / roles / chrysophylax.rb
index 93c6b21a9bf2f78e7f17aa6f86756ab6ad008d19..ce4b9be22493c9c178ce39a51946ceba8a26632a 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to chrysophylax"
 
 default_attributes(
   :hardware => {
-    :shm_size => "12g"
+    :shm_size => "14g"
   },
   :networking => {
     :interfaces => {
@@ -35,6 +35,13 @@ default_attributes(
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "16384M"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "zurich.render.openstreetmap.org"
   }