Gehel has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/345843 )

Change subject: maps - tuning options not available before postgresql 9.5
......................................................................

maps - tuning options not available before postgresql 9.5

Change-Id: I80eb3a66d8a7fee6086fb5876af81aa3daf80e6a
---
M modules/role/files/maps/tuning.conf
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/43/345843/1

diff --git a/modules/role/files/maps/tuning.conf 
b/modules/role/files/maps/tuning.conf
index 4fc1706..7610259 100644
--- a/modules/role/files/maps/tuning.conf
+++ b/modules/role/files/maps/tuning.conf
@@ -17,9 +17,9 @@
 maintenance_work_mem = 4GB
 autovacuum_work_mem = 1GB
 
-# increase WAL size to correspond with large data loads
-max_wal_size = 4GB
-min_wal_size = 1GB
+# increase WAL size to correspond with large data loads (this should be 
enabled when migrating to postgresql >= 9.5)
+# max_wal_size = 4GB
+# min_wal_size = 1GB
 
 # SSDs have better random performance than spinning rust
 random_page_cost = 2.0

-- 
To view, visit https://gerrit.wikimedia.org/r/345843
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I80eb3a66d8a7fee6086fb5876af81aa3daf80e6a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <guillaume.leder...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to