const CYCLE_TRIGGER_THRESHOLD: usize = 1024;
Start a concurrent marking cycle when the available pages in the previous pause is smaller than this threshold.