aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/dynamic_pager.tproj/dynamic_pager.8
blob: 7d5bfc2eb7666c7d7c4cbb69b5f5f8ecc5e7f786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\" Copyright (c) 2003 Apple Computer, Inc.  All rights reserved.
.\"
.Dd July 8, 2003
.Dt dynamic_pager 8
.Os "Mac OS X"
.Sh NAME
.Nm dynamic_pager
.Nd swap configuration daemon
.Sh SYNOPSIS
.Nm dynamic_pager
.Op Fl F Ar filename
.Sh DESCRIPTION
The
.Nm dynamic_pager
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.
.Sh OPTIONS
.Bl -tag -width Ds
.\" ==========
.It Fl F
The base name of the
.Ar filename
to use for the swapfiles.  By default this is
.Pa /private/var/vm/swapfile .
.\" ==========
.Sh FILES
.Bl -tag -width /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist -compact
.It Pa /private/var/vm/swapfile*
Swapfiles.

.It Pa /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
Configuration file.
.El