Hashar has uploaded a new change for review.

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

Change subject: contint: lower tmpfs from 512MB to 200MB
......................................................................

contint: lower tmpfs from 512MB to 200MB

512MB is way too much, that was used to speed up sqlite and nowadays
most jobs are using MySQL which has its own 256MB tmpfs.

200MB should be sufficient for a couple sqlite based job to run + usual
cruft using tmpfs but that is usually quite low.

Bug: T126545
Change-Id: Ib61fd567fbfa30eb01c6619ee6736ae749bda473
---
M manifests/role/ci.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/80/269880/1

diff --git a/manifests/role/ci.pp b/manifests/role/ci.pp
index 1be0468..2d8b9a2 100644
--- a/manifests/role/ci.pp
+++ b/manifests/role/ci.pp
@@ -176,7 +176,7 @@
 
     contint::tmpfs { 'tmpfs for jenkins CI slave':
         mount_point => '/var/lib/jenkins-slave/tmpfs',
-        size        => '512M',
+        size        => '128M',
     }
     nrpe::monitor_service { 'ci_tmpfs':
         description  => 'CI tmpfs disk space',
@@ -373,7 +373,7 @@
     contint::tmpfs { 'tmpfs for jenkins CI labs slave':
         # Jobs expect the tmpfs to be in $HOME/tmpfs
         mount_point => '/mnt/home/jenkins-deploy/tmpfs',
-        size        => '512M',
+        size        => '128M',
         require     => File['/mnt/home/jenkins-deploy'],
     }
 

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

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

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

Reply via email to