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.
This commit is contained in:
parent
924672eca5
commit
b1f8792352
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54343
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue