]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Add kitchen-dokken as a new provider in the kitchen configuration
[chef.git] / roles / tilecache.rb
index 68690730cff049dd0a3318992d60561cf0589cd8..d60617107dcbf4468d781a33e9b58aa46d1813dc 100644 (file)
@@ -20,7 +20,7 @@ default_attributes(
     :cache => {
       :proxy => {
         :enable => true,
-        :keys_zone => "proxy_cache_zone:64M",
+        :keys_zone => "proxy_cache_zone:128M"
       }
     }
   },
@@ -46,7 +46,7 @@ default_attributes(
     :network_local_port_range => {
       :comment => "Increase available local port range",
       :parameters => {
-        "net.ipv4.ip_local_port_range" => "1024\t65000"
+        "net.ipv4.ip_local_port_range" => "1024\t65535"
       }
     },
     :network_tcp_timewait_reuse => {