Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 250 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 250 Bytes

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