1 .\" Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
8 .Nd dynamic pager external storage manager
14 .Op Fl H Ar high-water-trigger
15 .Op Fl L Ar low-water-trigger
20 daemon manages a pool of external swap files which the kernel uses to
21 support demand paging. This pool is expanded with new swap files as load on
22 the system increases, and contracted when the swapping resources are no
25 daemon also provides a notification service for those applications which
26 wish to receive notices when the external paging pool expands or contracts.
30 Encrypt the data in the swap files.
34 to use for the external paging files. By default this is
35 .Pa /private/var/vm/swapfile .
39 [in bytes] to use for the paging files. By default
41 uses variable sized paging files, using larger sized files as paging demands
47 options disable that default and cause
49 to use a series of fixed sized external paging files.
51 If there are less than
52 .Ar high-water-trigger
53 bytes free in the external paging files, the kernel will signal
55 to add a new external paging file.
57 If there are more than
59 bytes free in the external paging files, the kernel will coalese in-use pages
62 to discard an external paging file.
65 .Ar high-water-trigger
69 This option is currently unimplemented.
72 .Bl -tag -width /private/var/vp/swapfile* -compact
73 .It Pa /private/var/vm/swapfile*
74 Default external paging files.