Process Management

ulimit

English

Overview

A shell built-in command for setting and viewing the resource limits a single process can use.

Details

By capping things like the number of open files, the number of processes it can spawn, or the amount of memory available, it prevents one runaway process from affecting the whole system.

More Linux terms