File: control

package info (click to toggle)
golang-github-kimmachinegun-automemlimit 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 248 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,153 bytes parent folder | download
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
Source: golang-github-kimmachinegun-automemlimit
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-pbnjay-memory-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kimmachinegun-automemlimit
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kimmachinegun-automemlimit.git
Homepage: https://github.com/KimMachineGun/automemlimit
XS-Go-Import-Path: github.com/KimMachineGun/automemlimit

Package: golang-github-kimmachinegun-automemlimit-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-pbnjay-memory-dev,
         ${misc:Depends},
Description: Automatically set GOMEMLIMIT to match Linux cgroups(7) memory limit (library)
 Go library to automatically set GOMEMLIMIT based on cgroups(7) v1/v2.
 Alternatively, the limit can be sourced from an environment variable, or
 set manually.