Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.08 KB

MANPAGE.md

File metadata and controls

44 lines (30 loc) · 1.08 KB

% prelockd(8) | Linux System Administrator's Manual

NAME

prelockd - Daemon that locks memory mapped binaries and libraries in memory to improve system responsiveness under low-memory conditions.

SYNOPSIS

prelockd [OPTION]...

DESCRIPTION

prelockd is a daemon that locks memory mapped executables and shared libraries in memory to improve system responsiveness under low-memory conditions.

COMMAND-LINE OPTIONS

-c CONFIG

path to config file

-r

remove dumped snapshots

FILES

:SYSCONFDIR:/prelockd.conf

path to configuration file

:DATADIR:/prelockd/prelockd.conf

path to file with default prelockd.conf values

RESTORE DEFAULT CONFIG

To resore config file with default values execute

sudo cp :DATADIR:/prelockd/prelockd.conf :SYSCONFDIR:/prelockd.conf

HOW TO CONFIGURE

Edit the config and restart the service.

REPORTING BUGS

Feel free to ask any questions and report bugs at https://github.com/hakavlad/prelockd/issues.

AUTHOR

Written by Alexey Avramov [email protected].

HOMEPAGE

Homepage is https://github.com/hakavlad/prelockd.