1 .\" Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
8 .Nd external storage manager for dynamic pager
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
21 which the kernel uses to support demand paging.
22 This pool is expanded with new swap files
23 as load on the system increases.
24 It is contracted when the swapping resources are no longer needed. The
26 daemon also provides a notification service
27 for those applications which wish to receive notices
28 when the external paging pool expands or contracts.
33 Encrypt the data in the swap files.
38 to use for the external paging files. By default this is
39 .Pa /private/var/vm/swapfile .
42 If there are less than
43 .Ar high-water-trigger
44 bytes free in the external paging files, the kernel will signal
46 to add a new external paging file.
49 If there are more than
51 bytes free in the external paging files, the kernel will coalese in-use pages
54 to discard an external paging file.
57 .Ar high-water-trigger
62 This option is currently unimplemented.
67 [in bytes] to use for the paging files. By default
69 uses variable sized paging files, using larger sized files as paging demands
75 options disable that default and cause
77 to use a series of fixed sized external paging files.
80 .Bl -tag -width /private/var/vp/swapfile* -compact
81 .It Pa /private/var/vm/swapfile*
82 Default external paging files.