Skip to content
/ ulimit Public

A pure Go library for managing resource limits.

License

Notifications You must be signed in to change notification settings

nasdf/ulimit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A pure Go library for managing resource limits.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages