Page MenuHomePhabricator

For now, disable persistent connections and the "max_connections" setup warning
ClosedPublic

Authored by epriestley on Sep 23 2016, 7:40 PM.
Tags
None
Referenced Files
F13245435: D16591.diff
Thu, May 23, 6:01 AM
F13242562: D16591.id39938.diff
Thu, May 23, 2:52 AM
F13223473: D16591.diff
Sun, May 19, 4:38 AM
F13216452: D16591.id39938.diff
Sat, May 18, 1:00 AM
F13211280: D16591.id39939.diff
Fri, May 17, 5:37 AM
F13209003: D16591.id.diff
Thu, May 16, 9:01 PM
F13205603: D16591.diff
Wed, May 15, 2:12 AM
F13189548: D16591.diff
Sat, May 11, 6:10 AM
Subscribers
None

Details

Summary

Ref T11672. At low loads, this causes us to use more connections, which is pushing some installs over the default limits.

Rather than trying to walk users through changing max_connections, open_files_limit, fs.file-max, ulimit, etc., just put things back for now. After T11044 we should have headroom to use persistent connections within the default limits on all reasonable systems..

Test Plan

Loaded Phabricator, poked around.

Diff Detail

Repository
rP Phabricator
Branch
nopersistent
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/infrastructure/storage/lisk/PhabricatorLiskDAO.php:83XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 13824
Build 17870: Run Core Tests
Build 17869: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to For now, disable persistent connections and the "max_connections" setup warning.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 23 2016, 7:41 PM
This revision was automatically updated to reflect the committed changes.