mirror of https://github.com/zulip/zulip.git
puppet: Raise net.core.somaxconn on redis.
This commit is contained in:
parent
ec59b4fd78
commit
dc950235e5
|
@ -2,6 +2,11 @@ class zulip_ops::profile::redis inherits zulip_ops::profile::base {
|
|||
include zulip::profile::redis
|
||||
include zulip_ops::prometheus::redis
|
||||
|
||||
zulip::sysctl { 'redis-somaxconn':
|
||||
key => 'net.core.somaxconn',
|
||||
value => '65535',
|
||||
}
|
||||
|
||||
# Need redis_password in its own file for Nagios
|
||||
file { '/var/lib/nagios/redis_password':
|
||||
ensure => file,
|
||||
|
|
Loading…
Reference in New Issue