Index: libcfa/src/concurrency/kernel/cluster.hfa
===================================================================
--- libcfa/src/concurrency/kernel/cluster.hfa	(revision 31c967b40fdb700cadb78ef6b9488cfa9dea77f2)
+++ libcfa/src/concurrency/kernel/cluster.hfa	(revision d1cd4c4dc530cd40ec33f215b62869eacdf24917)
@@ -90,5 +90,5 @@
 	const unsigned long long new_val = currtsc > intsc ? currtsc - intsc : 0;
 	const __readyQ_avg_t total_weight = 16;
-	const __readyQ_avg_t new_weight   = 4;
+	const __readyQ_avg_t new_weight   = 12;
 	const __readyQ_avg_t old_weight = total_weight - new_weight;
 	const __readyQ_avg_t ret = ((new_weight * __to_readyQ_avg(new_val)) + (old_weight * old_avg)) / total_weight;
