1prelockd(8) Linux System Administrator's Manual prelockd(8)
2
3
4
6 prelockd - Daemon that locks memory mapped binaries and libraries in
7 memory to improve system responsiveness under low-memory conditions.
8
10 prelockd [OPTION]...
11
13 prelockd is a daemon that locks memory mapped binaries and libraries in
14 memory to improve system responsiveness under low-memory conditions.
15
17 -c CONFIG
18 path to config file
19
20 -r
21 remove dumped snapshots
22
24 /etc/prelockd.conf
25 path to configuration file
26
27 /usr/share/prelockd/prelockd.conf
28 path to file with default prelockd.conf values
29
31 To resore config file with default values execute
32
33 sudo cp /usr/share/prelockd/prelockd.conf /etc/prelockd.conf
34
36 Edit the config and restart the service.
37
39 Feel free to ask any questions and report bugs at
40 <https://github.com/hakavlad/prelockd/issues>.
41
43 Written by Alexey Avramov <hakavlad@gmail.com>.
44
46 Homepage is <https://github.com/hakavlad/prelockd>.
47
48
49
50 prelockd(8)