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
Copy file name to clipboardExpand all lines: man/systemd.resource-control.xml
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,25 @@
198
198
</listitem>
199
199
</varlistentry>
200
200
201
+
<varlistentry>
202
+
<term><varname>CPUIdle=</varname></term>
203
+
204
+
<listitem>
205
+
<para>Assign the idle scheduling strategy to the processes executed, both the unified and
206
+
legacy control group is effiecient.
207
+
this options only take 1 or 0 currently, default to 0.</para>
208
+
209
+
<itemizedlist>
210
+
<listitem>
211
+
<para>1: SCHED_IDLE, which means it is configured with mininum sched weight and could be preempt by other non-idle processes in the same level of task group</para>
0 commit comments