svn commit: r54337 - head/en_US.ISO8859-1/books/handbook/config
Gordon Bergling
gbe at FreeBSD.org
Mon Jul 13 16:17:08 UTC 2020
Author: gbe
Date: Mon Jul 13 16:17:08 2020
New Revision: 54337
URL: https://svnweb.freebsd.org/changeset/doc/54337
Log:
Handbook: "Adding Swap Space", increase the example size from 64M to 512M
In modern times a swap file with a size of 64M doesn't make that much
sense, so increase the size in the example to 512M.
Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D25643
Modified:
head/en_US.ISO8859-1/books/handbook/config/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Mon Jul 13 12:27:14 2020 (r54336)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Mon Jul 13 16:17:08 2020 (r54337)
@@ -2778,7 +2778,7 @@ kern.maxvnodes: 100000</screen>
<sect2 xml:id="create-swapfile">
<title>Creating a Swap File</title>
- <para>These examples create a 64M swap file called
+ <para>These examples create a 512M swap file called
<filename>/usr/swap0</filename> instead of using a
partition.</para>
@@ -2795,7 +2795,7 @@ kern.maxvnodes: 100000</screen>
<step>
<para>Create the swap file:</para>
- <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>/usr/swap0</replaceable> bs=1m count=<replaceable>64</replaceable></userinput></screen>
+ <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>/usr/swap0</replaceable> bs=1m count=<replaceable>512</replaceable></userinput></screen>
</step>
<step>
More information about the svn-doc-head
mailing list