Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/119498
Change subject: Increase dnsmasq cache size again. ...................................................................... Increase dnsmasq cache size again. I'm still seeing quite a bit of this: 'cache size 600, 10552/591436 cache insertions re-used unexpired cache entries.' Change-Id: Id621d5eb9b5c81bb91ea86fc8f1587516006fb16 --- M files/openstack/folsom/nova/dnsmasq-nova.conf M files/openstack/havana/nova/dnsmasq-nova.conf 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/98/119498/1 diff --git a/files/openstack/folsom/nova/dnsmasq-nova.conf b/files/openstack/folsom/nova/dnsmasq-nova.conf index 76bfa19..5817e4b 100644 --- a/files/openstack/folsom/nova/dnsmasq-nova.conf +++ b/files/openstack/folsom/nova/dnsmasq-nova.conf @@ -1,2 +1,2 @@ #default is 150, not enough. -cache-size=600 +cache-size=1200 diff --git a/files/openstack/havana/nova/dnsmasq-nova.conf b/files/openstack/havana/nova/dnsmasq-nova.conf index 76bfa19..5817e4b 100644 --- a/files/openstack/havana/nova/dnsmasq-nova.conf +++ b/files/openstack/havana/nova/dnsmasq-nova.conf @@ -1,2 +1,2 @@ #default is 150, not enough. -cache-size=600 +cache-size=1200 -- To view, visit https://gerrit.wikimedia.org/r/119498 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id621d5eb9b5c81bb91ea86fc8f1587516006fb16 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
