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