Faidon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77718


Change subject: Ganglia: increase tmpfs size from 3G to 4G
......................................................................

Ganglia: increase tmpfs size from 3G to 4G

Apparently 3G isn't enough anymore. This is getting a bit ridiculous
though, so we probably need to find a more elegant solution. In the
meantime this will do.

Change-Id: I5254d586400ad26c66451d57694c3ace1e12705a
---
M manifests/ganglia.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/18/77718/1

diff --git a/manifests/ganglia.pp b/manifests/ganglia.pp
index 73af975..2a8711b 100644
--- a/manifests/ganglia.pp
+++ b/manifests/ganglia.pp
@@ -520,7 +520,7 @@
         require => File["$ganglia_tmp_mountpoint"],
         device => "tmpfs",
         fstype => "tmpfs",
-        options => "noauto,noatime,defaults,size=3000m",
+        options => "noauto,noatime,defaults,size=4000m",
         pass => 0,
         dump => 0,
         ensure => mounted;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5254d586400ad26c66451d57694c3ace1e12705a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <[email protected]>

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

Reply via email to