Merge "Increased open file limits on debian systems"

This commit is contained in:
Jenkins 2016-06-06 19:52:48 +00:00 committed by Gerrit Code Review
commit 350f6d0296
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Original 1024
* soft nofile 4096
# Original 4096
* hard nofile 8192

View File

@ -342,6 +342,14 @@ class openstack_project::template (
}
}
file { '/etc/security/limits.d/60-nofile-limit.conf':
owner => 'root',
group => 'root',
mode => '0644',
source => 'puppet:///modules/openstack_project/debian_limits.conf',
replace => true,
}
file { '/etc/apt/apt.conf.d/80retry':
owner => 'root',
group => 'root',