Closed
Bug 946925
Opened 11 years ago
Closed 8 years ago
Durability settings for jenkins-pg92
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Unassigned)
References
Details
We could possibly improve the performance and reduce the reliability of data available in jenkins-pg92 by changing the following settings in postgresql.conf (most require a restart of postgres to take effect):
fsync=off
full_page_writes=off
checkpoint_segments=1000 # Requires 16GB of disk space, could resize to available disk space
checkpoint_timeout=3600 # 1 hour
synchronous_commit=off
Comment 1•11 years ago
|
||
I want base measurements before we make changes so we can quantify the result.
Blocks: 946828
Comment 2•8 years ago
|
||
I wasn't around for this effort, but I am assuming we don't want to do it anymore.
I'm closing as wontfix, if I am wrong in my assessment let me know and reopen.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•