Lines Matching full:burst
25 Burst feature
40 The burst feature observes that a workload doesn't always executes the full
62 The interferenece when using burst is valued by the possibilities for
70 Quota, period and burst are managed within the cpu subsystem via cgroupfs.
135 - nr_bursts: Number of periods burst occurs.
179 allows applications to briefly burst past their quota limits by the amount of
181 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only
183 in previous periods. This burst amount will not be transferred between cores.
186 also limits the burst ability to no more than 1ms per cpu. This provides
224 The larger period here allows for increased burst capacity.
234 response at the expense of burst capacity.
240 And 10ms burst will be equivalent to 20% of 1 CPU::
244 # echo 10000 > cpu.cfs_burst_us /* burst = 10ms */
246 Larger buffer setting (no larger than quota) allows greater burst capacity.