svn commit: r44084 - projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs
Hiroki Sato
hrs at FreeBSD.org
Thu Feb 27 01:33:39 UTC 2014
Warren Block <wblock at freebsd.org> wrote
in <201402262349.s1QNncLC072675 at svn.freebsd.org>:
wb> Author: wblock
wb> Date: Wed Feb 26 23:49:37 2014
wb> New Revision: 44084
wb> URL: http://svnweb.freebsd.org/changeset/doc/44084
wb>
wb> Log:
wb> ZFS tuning content addtions by Allan Jude <freebsd at allanjude.com>.
wb>
wb> Submitted by: Allan Jude <freebsd at allanjude.com>
wb>
wb> Modified:
wb> projects/zfsupdate-201307/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
...
wb> + <listitem>
wb> + <para xml:id="zfs-advanced-tuning-arc_max">
wb> + <emphasis><varname>vfs.zfs.arc_max</varname></emphasis> -
wb> + Sets the maximum size of the <link
wb> + linkend="zfs-term-arc"><acronym>ARC</acronym></link>.
wb> + The default is all <acronym>RAM</acronym> less 1 GB,
wb> + or 1/2 of ram, whichever is more. However a lower value
wb> + should be used if the system will be running any other
wb> + daemons or processes that may require memory. This value
wb> + can only be adjusted at boot time, and is set in
wb> + <filename>/boot/loader.conf</filename>.</para>
wb> + </listitem>
I think <variablelist> is better for this list.
<variablelist>
<varlistentry xml:id="zfs-advanced-tuning-arc_max">
<term><varname>vfs.zfs.arc_max</varname></term>
<listitem>
<para>Sets the ....</para>
</listitem>
</varlistentry>
...
</variablelist>
-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-projects/attachments/20140227/d99d6c4c/attachment.sig>
More information about the svn-doc-projects
mailing list