allbuildtestrunquerystartup options
--gc_thrashing_limits=<comma separated pairs of <period>:<count>>
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.
default: "1s:2,20s:3,1m:5"
host machine_resource_optimizations