You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blaze gives up if it has spent a large fraction of the invocation's wall time doing full GCs.
This is controlled by the new option `--gc_churning_threshold` whose default value of `100` effectively means "never give up for this reason" i.e. is the old behavior of Blaze.
PiperOrigin-RevId: 744337952
0 commit comments