mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-10 17:07:58 +00:00
doc: Add proc section to Japanese lxc.container.conf(5)
Update for commit 61d7a73
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
This commit is contained in:
parent
b45e48f097
commit
4eeecbdb08
@ -445,6 +445,37 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
<refsect2>
|
||||||
|
<title>Proc</title>
|
||||||
|
<para>
|
||||||
|
<!--
|
||||||
|
Configure proc filesystem for the container.
|
||||||
|
-->
|
||||||
|
コンテナ内の proc ファイルシステムで設定できるパラメータを設定します。
|
||||||
|
</para>
|
||||||
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<option>lxc.proc.[proc file name]</option>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<!--
|
||||||
|
Specify the proc file name to be set. The file name available
|
||||||
|
are those listed under /proc/PID/.
|
||||||
|
Example:
|
||||||
|
-->
|
||||||
|
設定したい proc ファイルシステムのファイル名を指定します。指定できるファイル名は /proc/PID/ 以下に存在するものです。
|
||||||
|
例:
|
||||||
|
</para>
|
||||||
|
<programlisting>
|
||||||
|
lxc.proc.oom_score_adj = 10
|
||||||
|
</programlisting>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
</refsect2>
|
||||||
|
|
||||||
<refsect2>
|
<refsect2>
|
||||||
<title><!-- Ephemeral -->一時的なコンテナ</title>
|
<title><!-- Ephemeral -->一時的なコンテナ</title>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user