Merge "Increased open file limits on debian systems"
This commit is contained in:
commit
350f6d0296
4
modules/openstack_project/files/debian_limits.conf
Normal file
4
modules/openstack_project/files/debian_limits.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Original 1024
|
||||||
|
* soft nofile 4096
|
||||||
|
# Original 4096
|
||||||
|
* hard nofile 8192
|
@ -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':
|
file { '/etc/apt/apt.conf.d/80retry':
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user