svn commit: r54343 - head/de_DE.ISO8859-1/books/handbook/config
Bjoern Heidotting
bhd at FreeBSD.org
Mon Jul 13 19:39:46 UTC 2020
Author: bhd
Date: Mon Jul 13 19:39:45 2020
New Revision: 54343
URL: https://svnweb.freebsd.org/changeset/doc/54343
Log:
Update to r54337:
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.
Modified:
head/de_DE.ISO8859-1/books/handbook/config/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/config/chapter.xml Mon Jul 13 19:30:42 2020 (r54342)
+++ head/de_DE.ISO8859-1/books/handbook/config/chapter.xml Mon Jul 13 19:39:45 2020 (r54343)
@@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $
- basiert auf: r53775
+ basiert auf: r54337
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -2996,7 +2996,7 @@ kern.maxvnodes: 100000</screen>
<title>Swap-Dateien erstellen</title>
<para>Anstatt eine Partition zu verwenden, erstellen diese
- Beispiele eine 64 MB große Swap-Datei mit dem Namen
+ Beispiele eine 512 MB große Swap-Datei mit dem Namen
<filename>/usr/swap0</filename>.</para>
<para>Die Verwendung von Swap-Dateien macht es erforderlich,
@@ -3012,7 +3012,7 @@ kern.maxvnodes: 100000</screen>
<step>
<para>Erstellen Sie die Swap-Datei:</para>
- <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>/usr/swap0</replaceable> bs=1024k count=<replaceable>64</replaceable></userinput></screen>
+ <screen>&prompt.root; <userinput>dd if=/dev/zero of=<replaceable>/usr/swap0</replaceable> bs=1024k count=<replaceable>512</replaceable></userinput></screen>
</step>
<step>
More information about the svn-doc-head
mailing list