Alexandros Kosiaris has submitted this change and it was merged.

Change subject: beta: lower memcached memory usage
......................................................................


beta: lower memcached memory usage

On pmtpa the instance have 16GB ram and we used 15GB, the instance never
used that much memory so I created instance with 4GB of RAM.  I guess
3GB of memcached will be enough.

Change-Id: I91effdcd296d29db8537db214f95491289506b08
---
M manifests/role/memcached.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/memcached.pp b/manifests/role/memcached.pp
index 937c608..0bc0286 100644
--- a/manifests/role/memcached.pp
+++ b/manifests/role/memcached.pp
@@ -15,7 +15,7 @@
 
        $memcached_size = $::realm ? {
                'production' => '89088',
-               'labs'       => '15000',
+               'labs'       => '3000',
        }
 
        class { "::memcached":

-- 
To view, visit https://gerrit.wikimedia.org/r/115617
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I91effdcd296d29db8537db214f95491289506b08
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to