]> git.openstreetmap.org Git - chef.git/commitdiff
disable postgres fsync on dulcy
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Sep 2016 21:27:25 +0000 (23:27 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Sep 2016 21:27:25 +0000 (23:27 +0200)
roles/dulcy.rb

index f512fe03cf4cff1cbc035bb91c4e780dda6b657a..6e78549ece36d0fdd4869684f84906f73bcae539 100644 (file)
@@ -34,7 +34,7 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "on"
+        :fsync => "off"
       }
     }
   },