ulimit

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2021 License: MIT Imports: 1 Imported by: 3

README

Ulimit

A pure Go library for managing resource limits.

Usage

import "github.com/nasdf/ulimit"
Set limits
err := ulimit.SetRlimit(2048)
Get limits
soft, hard, err := ulimit.GetRlimit()

License

MIT

Documentation

Overview

Package ulimit contains methods for setting resource limits.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRlimit

func GetRlimit() (uint64, uint64, error)

GetRlimit returns the soft and hard resource limits.

func SetRlimit

func SetRlimit(target uint64) error

SetRlimit attempts to set the soft and hard resource limits. If the hard limit fails to update only the soft limit is set.

Types

This section is empty.

Jump to

Keyboard shortcuts

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