diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml index 01514d30ea..dd0a3d7bc3 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml @@ -2778,7 +2778,7 @@ kern.maxvnodes: 100000 Creating a Swap File - These examples create a 64M swap file called + These examples create a 512M swap file called /usr/swap0 instead of using a partition. @@ -2795,7 +2795,7 @@ kern.maxvnodes: 100000 Create the swap file: - &prompt.root; dd if=/dev/zero of=/usr/swap0 bs=1m count=64 + &prompt.root; dd if=/dev/zero of=/usr/swap0 bs=1m count=512