Faidon Liambotis has submitted this change and it was merged. Change subject: Bump fd/connection limit for slapd ......................................................................
Bump fd/connection limit for slapd Change-Id: I6c8dc60940e4fd1a5739bcc54d2c958cd53612ee --- M modules/openldap/templates/default.erb 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Faidon Liambotis: Verified; Looks good to me, approved diff --git a/modules/openldap/templates/default.erb b/modules/openldap/templates/default.erb index da37693..41493b7 100644 --- a/modules/openldap/templates/default.erb +++ b/modules/openldap/templates/default.erb @@ -3,6 +3,9 @@ ### puppet:///modules/openldap/templates/default.erb ################################################################### +# Bump the fd limit, otherwise we max out LDAP connections at around 1000 +ulimit -n 4096 + # Default location of the slapd.conf file or slapd.d cn=config directory. If # empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to # /etc/ldap/slapd.conf). -- To view, visit https://gerrit.wikimedia.org/r/257672 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6c8dc60940e4fd1a5739bcc54d2c958cd53612ee Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
