File: control

package info (click to toggle)
memlockd 1.3.1-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 104 kB
  • sloc: cpp: 451; sh: 83; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 846 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: memlockd
Section: admin
Priority: optional
Maintainer: Russell Coker <russell@coker.com.au>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 3.7.2

Package: memlockd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Pre-Depends: ${misc:Pre-Depends}
Description: daemon to lock files into RAM
 When a system starts paging excessively it may be impossible for the sysadmin 
 to login for the purpose of killing the runaway processes (sometimes the 
 login program times out due to thrashing).  Memlockd allows important system 
 files (such as /bin/login, /bin/getty, and the admin shell) to be locked in 
 memory so that there will be no delay in accessing executable pages.  In my 
 tests this can decrease the time required for the administrator to login on a 
 thrashing system by a factor of more than 3.