Closed
Bug 417525
Opened 18 years ago
Closed 18 years ago
memcache cache hit rate is 65% and lower during peak traffic
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.2
People
(Reporter: morgamic, Assigned: laura)
Details
Our memcache hit rate is low, we need to get it up to 90%-ish to save the db slaves from melting.
Last night the patch aplied saved the master but we need to take things a step further and save the slaves.
Take a closer look at the api_controller as well as the existing AMO controllers to find out why our cache hit rate is so low, and post a fix ASAP.
| Reporter | ||
Updated•18 years ago
|
Severity: normal → blocker
Summary: memcache cache hit rate is 65% and lower during peak traffice → memcache cache hit rate is 65% and lower during peak traffic
Comment 1•18 years ago
|
||
Don't know if I am stating the obvious here, but when I looked at the server statistics earlier, the cache hit rates were at 90ish for both servers.
| Reporter | ||
Comment 2•18 years ago
|
||
Back to 90% because we increased CACHE_PAGES_FOR. Current value is 7200, we can lower later, but for now until we have other optimizations in place we need to cache more aggressively.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•