NAME
CfgTie::TieRsrc -- an associative array of resources and their usage limits
SYNOPSIS
This module makes the resource limits available as a regular hash
tie %Resources,'CfgTie::TieRsrc'
DESCRIPTION
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]
See Also
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
Author
Randall Maas (mailto:randym@acm.org, http://www.hamline.edu/~rcmaas/)