8330576: ZYoungCompactionLimit should have range check

Reviewed-by: eosterlund, stefank
This commit is contained in:
Jonas Norlinder 2024-04-22 09:00:24 +00:00 committed by Erik Österlund
parent 70acade9f1
commit c4f5c5140a

@ -36,6 +36,7 @@
\
product(double, ZYoungCompactionLimit, 25.0, \
"Maximum allowed garbage in young pages") \
range(0, 100) \
\
product(double, ZCollectionIntervalMinor, -1, \
"Force Minor GC at a fixed time interval (in seconds)") \