cookbook 'ulimit', '= 0.1.1'
ulimit (15) Versions 0.1.1 Follow44
Resources for manaing ulimits
cookbook 'ulimit', '= 0.1.1', :supermarket
knife supermarket install ulimit
knife supermarket download ulimit
Description
This is a short-and-simple cookbook to provide a user_ulimit resource for overriding various ulimit settings. It places configured templates into /etc/security/limits.d/, named for the user the ulimit applies to.
It also provides a helper recipe (default.rb) for allowing ulimit overrides with the 'su' command on Ubuntu, which is disabled by default for some reason.
Requirements
Add to your repo, then depend upon this cookbook from wherever you need to override ulimits.
Attributes
None.
Usage
Consume the user_ulimit resource like so:
user_ulimit "tomcat" do
filehandle_limit 8192
process_limit 61504
end
Dependent cookbooks
This cookbook has no specified dependencies.