| CfgTie documentation | view source | Contained in the CfgTie distribution. |
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]
CfgTie::Cfgfile, CfgTie::TieAliases, CfgTie::TieGeneric, CfgTie::TieGroup,CfgTie::TieHost, CfgTie::TieMTab, CfgTie::TieNamed,CfgTie::TieNet, CfgTie::TiePh, CfgTie::TieProto,CfgTie::TieRCService,CfgTie::TieServ, CfgTie::TieShadow
Randall Maas (mailto:randym@acm.org, http://www.hamline.edu/~rcmaas/)
| CfgTie documentation | view source | Contained in the CfgTie distribution. |