Limits which, if reached, cause GcThrashingDetector to crash Bazel with an
OOM. Each limit is specified as <period>:<count> where period is a duration
and count is a positive integer. If more than --gc_thrashing_threshold
percent of tenured space (old gen heap) remains occupied after <count>
consecutive full GCs within <period>, an OOM is triggered. Multiple limits
can be specified separated by commas.