|
CfgTie::TieRsrc -- an associative array of resources and their usage limits |
CfgTie::TieRsrc -- an associative array of resources and their usage limits
This module makes the resource limits available as a regular hash
tie %Resources,'CfgTie::TieRsrc'
This is a straightforward hash tie that allows us to access the user database sanely.
The resource limits for the system.
Note: this requires that BSD::Resource be installed.
It is a hash reference. The keys may be any of cpu, data, stack,
core, rss, memlock, nproc, nofile, open_max, as, vmem,
nlimits, infinity. The values are always list references of the form:
[$soft, $hard]
the CfgTie::Cfgfile manpage, the CfgTie::TieAliases manpage, the CfgTie::TieGeneric manpage, the CfgTie::TieGroup manpage,the CfgTie::TieHost manpage, the CfgTie::TieMTab manpage, the CfgTie::TieNamed manpage,the CfgTie::TieNet manpage, the CfgTie::TiePh manpage, the CfgTie::TieProto manpage,the CfgTie::TieRCService manpage,the CfgTie::TieServ manpage, the CfgTie::TieShadow manpage
Randall Maas (mailto:randym@acm.org, http://www.hamline.edu/~rcmaas/)
|
CfgTie::TieRsrc -- an associative array of resources and their usage limits |