puppet: Raise net.core.somaxconn on redis.

This commit is contained in:
Alex Vandiver 2024-02-01 13:49:37 -05:00 committed by Tim Abbott
parent ec59b4fd78
commit dc950235e5
1 changed files with 5 additions and 0 deletions

View File

@ -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,