# Functions

ExecWithLimits executes a command with process limits.
NewProcessLimiter returns a new ProcessLimiter.
SetAddressSpaceLimit sets a limit on total address space of a process.
SetCPUTimeLimit sets a limit on the total cpu time a process may have.

# Structs

ProcessLimitValues specifies the resource limits available to a process.

# Interfaces

ProcessLimiter defines the methods limiting resources of a Process.