memlimit

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2022 License: MIT Imports: 4 Imported by: 96

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoLimit             = errors.New("memory is not limited")
	ErrNoCgroup            = errors.New("process is not in cgroup")
	ErrCgroupsNotSupported = errors.New("cgroups is not supported on this system")
)

Functions

func FromCgroup

func FromCgroup() (uint64, error)

func FromCgroupV1

func FromCgroupV1() (uint64, error)

func FromCgroupV2

func FromCgroupV2() (uint64, error)

func Limit

func Limit(limit uint64) func() (uint64, error)

func SetGoMemLimit

func SetGoMemLimit(ratio float64) (int64, error)

func SetGoMemLimitWithProvider

func SetGoMemLimitWithProvider(provider Provider, ratio float64) (int64, error)

Types

type Provider

type Provider func() (uint64, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL