diff options
Diffstat (limited to 'man/systemd.resource-control.xml')
-rw-r--r-- | man/systemd.resource-control.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index 80c365bb1d..33d2f2e102 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -171,6 +171,18 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> + <term><varname>StartupCPUShares=<replaceable>weight</replaceable></varname></term> + + <listitem> + <para>Similar to <varname>CPUShares=</varname>. However, + only be assigned on startup state. After finishing startup, will be + re-assigned by <varname>CPUShares=</varname>. If + <varname>CPUShares=</varname> is not specified, then it will be + assigned to default(1024).</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>MemoryAccounting=</varname></term> <listitem> @@ -241,6 +253,18 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> + <term><varname>StartupBlockIOWeight=<replaceable>weight</replaceable></varname></term> + + <listitem> + <para>Similar to <varname>BlockIOWeight=</varname>. However, + only be assigned on startup state. After finishing startup, will be + re-assigned by <varname>BlockIOWeight=</varname>. If + <varname>BlockIOWeight=</varname> is not specified, then it will be + assigned to default(1000).</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>BlockIODeviceWeight=<replaceable>device</replaceable> <replaceable>weight</replaceable></varname></term> <listitem> |