Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 16:14:15 -0700
From:      Dan Hulme <dhulme@gmail.com>
To:        freebsd-doc@freebsd.org
Subject:   https://www.freebsd.org/doc/handbook/adding-swap-space.html
Message-ID:  <CAKVEkAZr-GtTa47Si7VQcmMqhQ6Om-jWsoNnaizz5aYLc=SAow@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
The handbook incorrectly suggests using

swapon -aq

To immediately enable file-based swap space.  However, without the -L flag,
this does not work as file based swaps are treated as "late" by FreeBSD.
It should read:

swapon -aqL

Thanks,

Dan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKVEkAZr-GtTa47Si7VQcmMqhQ6Om-jWsoNnaizz5aYLc=SAow>