ICI Modules: sys: getrlimit


Modules by name : by type

Synopsis

struct = sys.getrlimit(int | string)

Description

Return information on a system resource limit specified either as an system dependent int or one of the strings given below. The resource limit is returned as struct containing two keys, "cur" and "max", mapping to the integer, current and maximum values for the particular resource.

Resources may be named using strings. The following are recoginised,