Filippo Giunchedi has submitted this change and it was merged.

Change subject: Increase new generation size to 1/4 heap
......................................................................


Increase new generation size to 1/4 heap

1/4 heap is the Cassandra default, which we had deviated from during testing.
We never got around to merging https://gerrit.wikimedia.org/r/#/c/192762/, so
this resets things to defaults, with the hope that this might

- decrease the number of ParNew runs, and
- increase the amount of garbage that's collected in the new generation, and
  thus reduces the pressure on the old gen.

Change-Id: Iaf69d9375a64612609f33166f0727f4045972495
---
M hieradata/role/common/cassandra.yaml
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  Eevans: Looks good to me, but someone else must approve



diff --git a/hieradata/role/common/cassandra.yaml 
b/hieradata/role/common/cassandra.yaml
index 2ae48e2..21609dd 100644
--- a/hieradata/role/common/cassandra.yaml
+++ b/hieradata/role/common/cassandra.yaml
@@ -12,7 +12,8 @@
     - restbase1005.eqiad.wmnet
     - restbase1006.eqiad.wmnet
 cassandra::max_heap_size: 8g
-cassandra::heap_newsize: 1200m
+# 1/4 heap size, no more than 100m/thread
+cassandra::heap_newsize: 2048m
 cassandra::compaction_throughput_mb_per_sec: 160
 cassandra::concurrent_compactors: 10
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf69d9375a64612609f33166f0727f4045972495
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GWicke <gwi...@wikimedia.org>
Gerrit-Reviewer: Eevans <eev...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: GWicke <gwi...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Rush <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to