Avoid full-stop at end of titles and s/cpu/CPU
This commit is contained in:
parent
8bbbc6c28b
commit
c2b1fb78dc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29957
1 changed files with 4 additions and 4 deletions
|
@ -131,7 +131,7 @@
|
|||
|
||||
<procedure>
|
||||
<step>
|
||||
<title>Set boot loader variables.</title>
|
||||
<title>Set boot loader variables</title>
|
||||
|
||||
<para>The most important step is to reduce the
|
||||
<option>kern.hz</option> tunable to reduce the CPU utilization
|
||||
|
@ -142,13 +142,13 @@
|
|||
<programlisting>kern.hz=100</programlisting>
|
||||
|
||||
<para>Without this setting, an idle FreeBSD parallels guest
|
||||
OS will use roughly 15% of the cpu of a single
|
||||
OS will use roughly 15% of the CPU of a single
|
||||
processor iMac. After this change the usage will be
|
||||
closer to a mere 5%.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<title>Create a new kernel configuration file.</title>
|
||||
<title>Create a new kernel configuration file</title>
|
||||
|
||||
<para>You can remove all of the SCSI, FireWire, and USB
|
||||
device drivers. Parallels provides a virtual network
|
||||
|
@ -159,7 +159,7 @@
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<title>Setup networking.</title>
|
||||
<title>Setup networking</title>
|
||||
|
||||
<para>The most basic networking setup involves simply
|
||||
using DHCP to connect your virtual machine to the same
|
||||
|
|
Loading…
Reference in a new issue