Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




dynamic_pager(8)          BSD System Manager's Manual         dynamic_pager(8)

NAME
     dynamic_pager -- external storage manager for dynamic pager

SYNOPSIS
     dynamic_pager [-F filename] [-S filesize] [-H high-water-trigger] [-L low-water-trigger] [-P priority]

DESCRIPTION
     The dynamic_pager daemon manages a pool of external swap files which the kernel uses to support demand
     paging.  This pool is expanded with new swap files as load on the system increases.  It is contracted
     when the swapping resources are no longer needed.  The dynamic_pager daemon also provides a notifica-tion notification
     tion service for those applications which wish to receive notices when the external paging pool expands
     or contracts.

OPTIONS
     -F      The base name of the filename to use for the external paging files.  By default this is
             /private/var/vm/swapfile.

     -H      If there are less than high-water-trigger bytes free in the external paging files, the kernel
             will signal dynamic_pager to add a new external paging file.

     -L      If there are more than low-water-trigger bytes free in the external paging files, the kernel
             will coalese in-use pages and signal dynamic_pager to discard an external paging file.
             Low-water-trigger must be greater than high-water-trigger + filesize.

     -P      This option is currently unimplemented.

     -S      The fixed filesize [in bytes] to use for the paging files.  By default dynamic_pager uses vari-able variable
             able sized paging files, using larger sized files as paging demands increase.  The -S, -H and
             -L options disable that default and cause dynamic_pager to use a series of fixed sized external
             paging files.

FILES
     /private/var/vm/swapfile*                           Default external paging files.
     /Library/Preferences/com.apple.virtualMemory.plist  Configuration file.

XML PROPERTY LIST KEYS
     The following keys can be specified in the configuration file.  Please see plist(5) for more informa-tion information
     tion about property list files.

     UseEncryptedSwap <boolean>
     This optional key activates encrypted swap (aka Secure VM), so that all data is encrypted before being
     written to a swap file.  The default is on for portable computers and off for other computers.

Mac OS X                         July 8, 2003                         Mac OS X

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.