GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SWAPD(8) FreeBSD System Manager's Manual SWAPD(8)

swapd - swap file daemon

swapd [ -Vh ] [-c config] [-o cmd] [-m min] [-M max] [-s swapsize] [-d dir] [-u maxunusedswaps]

swapd is a background daemon that watches free memory and manages swap files. If free memory drops too low, additional swap files are created. Additionally, if there is too much free memory, swap files are deactivated and disk space may be reclaimed.

-V

Print version (1.0.5) and exit.

-h

Print minimalistic usage information.

-c config

Process an additional configuration file.

-o cmd

Process cmd as if it were a line in a configuration file.

-m min

Specify the lower boundary of free memory, below this amount of free memory additional swap files are created until atleast thismuch memory is free. This is the same as the minfree command in a configuration file.

-M max

Specify the upper boundary of free memory, above this amount of free memory swap files are deactivated and may be deleted to reclaim disk space. A value of zero (0) is the default and recommended value. This is the same as the maxfree command in a configuration file.

-s swapsize

Specify the size of each swap file. This is the same as the swapsize command in a configuration file.

-d dir

Specify the directory where swap files will be created. This is the same as the swapdir command in a configuration file.

-u maxunusedswaps

Specify the number of unused swaps that can exist before swap files start being deleted. This is the same as the maxunusedswaps command in a configuration file.

swapd is responsible for creating and managing only its swap files, swap files not created by swapd are not managed, but the memory they add to the `free' pool is still considered when deciding whether or not to create additional swap files.

${prefix}/etc/swapd.conf

swapd.conf(5)

Roy Keene <swapd@rkeene.org>
16 Oct 2004 swapd 1.0.5

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.