Use fewer samples to detect acceleration

This commit is contained in:
Kelvin Nilsen 2026-01-27 17:34:02 +00:00
parent 5c61159494
commit 39c8fb78f8

View File

@ -44,7 +44,7 @@
"monitoring effort.") \
range(0.001, 1.00) \
\
product(uint, ShenandoahRateAccelerationSampleSize, 16, EXPERIMENTAL, \
product(uint, ShenandoahRateAccelerationSampleSize, 8, EXPERIMENTAL, \
"In selected ShenandoahControlIntervals " \
"(if ShenandoahAccelerationSamplePeriod seconds have passed " \
"since previous allocation rate sample), " \