File: control

package info (click to toggle)
earlyoom 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: ansic: 1,094; makefile: 97; sh: 96; python: 11
file content (30 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: earlyoom
Section: admin
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 golang-any,
 pandoc,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/rfjakob/earlyoom
Vcs-Git: https://salsa.debian.org/yangfl-guest/earlyoom.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/earlyoom

Package: earlyoom
Architecture: linux-any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 lsb-base (>= 3.2-14),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Early OOM Daemon
 Earlyoom is an userspace OOM-killer which can avoid the system to get into
 unresponsive state caused by swapping, which is most likely to occur when a
 large swap is present and memory is tight. It checks the amount of available
 memory and swap periodically, and when both are below a preconfigured value,
 it kills the largest process.