ulimit

From RaySoft

Provides control over the resources available to the shell and to processes started by it, on systems that allow such control.[1]

Documentation

Syntax

ulimit [PARAMETER ...] [LIMIT]

Parameters

-c
The maximum size of core files created.
-H
Use the hard resource limit.
-S
Use the soft resource limit.

Examples

Prevents the Bash from dumping core
ulimit -c 0 --

References

  1. man 1 'bash'