Date: Mon, 13 Jul 2020 16:17:08 +0000 (UTC) From: Gordon Bergling <gbe@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r54337 - head/en_US.ISO8859-1/books/handbook/config Message-ID: <202007131617.06DGH80a046415@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007131617.06DGH80a046415>