Gehel has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/342870 )
Change subject: maps - increase postgresql track_activity_query_size to 16384 ...................................................................... maps - increase postgresql track_activity_query_size to 16384 This improves our ability to investigate slow queries. See phab task for more details. Bug: T160209 Change-Id: I3f8cc96231e6c9764fcfb3142dd93977ca24cdf5 --- M modules/role/files/maps/tuning.conf 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/70/342870/1 diff --git a/modules/role/files/maps/tuning.conf b/modules/role/files/maps/tuning.conf index 82677ca..c622935 100644 --- a/modules/role/files/maps/tuning.conf +++ b/modules/role/files/maps/tuning.conf @@ -5,3 +5,4 @@ wal_buffers = 8MB shared_buffers = 7680MB max_connections = 120 +track_activity_query_size = 16384 -- To view, visit https://gerrit.wikimedia.org/r/342870 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3f8cc96231e6c9764fcfb3142dd93977ca24cdf5 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
