Reindent normal text where line columns >80.

Translators: Whitespace only fixes.
This commit is contained in:
Giorgos Keramidas 2001-12-08 05:55:10 +00:00
parent e12acaea8f
commit 9c49438e9f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11365

View file

@ -64,7 +64,8 @@
<filename>/etc</filename>.</para> <filename>/etc</filename>.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to tune FreeBSD using <command>sysctl</command> variables.</para> <para>How to tune FreeBSD using <command>sysctl</command>
variables.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to tune disk performance and modify kernel <para>How to tune disk performance and modify kernel
@ -884,17 +885,17 @@ kern.maxfiles: 2088 -> 5000</screen>
partitions have been mounted, in single-user mode.</para> partitions have been mounted, in single-user mode.</para>
<para>Soft Updates drastically improves meta-data performance, mainly <para>Soft Updates drastically improves meta-data performance, mainly
file creation and deletion, through the use of a memory cache. We file creation and deletion, through the use of a memory cache. We
recommend turning Soft Updates on on all of your filesystems. There recommend turning Soft Updates on on all of your filesystems. There
are two downsides to Soft Updates that you should be aware of: First, are two downsides to Soft Updates that you should be aware of: First,
Soft Updates guarantees filesystem consistency in the case of a crash Soft Updates guarantees filesystem consistency in the case of a crash
but could very easily be several but could very easily be several seconds (even a minute!) behind
seconds (even a minute!) behind updating the physical disk. If your system updating the physical disk. If your system crashes you may lose more
crashes you may lose more work than otherwise. Secondly, Soft Updates work than otherwise. Secondly, Soft Updates delays the freeing of
delays the freeing of filesystem blocks. If you have a filesystem filesystem blocks. If you have a filesystem (such as the root
(such as the root filesystem) which is close to full, doing a major filesystem) which is close to full, doing a major update of it, e.g.
update of it, e.g. <command>make installworld</command>, can run it <command>make installworld</command>, can run it out of space and
out of space and cause the update to fail.</para> cause the update to fail.</para>
</sect2> </sect2>
</sect1> </sect1>
@ -928,15 +929,14 @@ kern.maxfiles: 2088 -> 5000</screen>
<para><varname>kern.maxfile</varname>'s default value is <para><varname>kern.maxfile</varname>'s default value is
dictated by the <option>maxusers</option> option in your dictated by the <option>maxusers</option> option in your
kernel configuration file. <varname>kern.maxfiles</varname> grows kernel configuration file. <varname>kern.maxfiles</varname> grows
proportionally to the value of <option>maxusers</option>. proportionally to the value of <option>maxusers</option>. When
When compiling a custom kernel, it is a good idea to compiling a custom kernel, it is a good idea to set this kernel
set this kernel configuration option according to configuration option according to the uses of your system. From
the uses of your system. From this number, the kernel this number, the kernel is given most of its pre-defined limits.
is given most of its pre-defined limits. Even though Even though a production machine may not actually have 256 users
a production machine may not actually have 256 users connected as once, the resources needed may be similar to a
connected as once, the resources needed may be similar to high-scale webserver.</para>
a high-scale webserver.</para>
</sect3> </sect3>
</sect2> </sect2>
<sect2> <sect2>