]> git.saurik.com Git - apple/system_cmds.git/blob - dynamic_pager.tproj/dynamic_pager.8
system_cmds-880.100.5.tar.gz
[apple/system_cmds.git] / dynamic_pager.tproj / dynamic_pager.8
1 .\" Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
2 .\"
3 .Dd July 8, 2003
4 .Dt dynamic_pager 8
5 .Os "Mac OS X"
6 .Sh NAME
7 .Nm dynamic_pager
8 .Nd swap configuration daemon
9 .Sh SYNOPSIS
10 .Nm dynamic_pager
11 .Op Fl F Ar filename
12 .Sh DESCRIPTION
13 The
14 .Nm dynamic_pager
15 daemon can be used to specify a base name for swapfile names using the "-F" command line option or by modifying the configuration plist file.
16 .Sh OPTIONS
17 .Bl -tag -width Ds
18 .\" ==========
19 .It Fl F
20 The base name of the
21 .Ar filename
22 to use for the swapfiles. By default this is
23 .Pa /private/var/vm/swapfile .
24 .\" ==========
25 .Sh FILES
26 .Bl -tag -width /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist -compact
27 .It Pa /private/var/vm/swapfile*
28 Swapfiles.
29
30 .It Pa /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
31 Configuration file.
32 .El