From bed32cf5759698e9a2b34b9d6ead7bbf7086d1bb Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 16 Jul 2015 13:46:12 +0200 Subject: Increase default max_connections for MySQL from 1024 to 4096 As a matter of fact it seems that the 1024 connections barrier can easily be reached with modern hardware, see: https://bugzilla.redhat.com/show_bug.cgi?id=1240824 Change-Id: I194a0dd725907350ca16ea3c41f3ed4f68a11bcf --- puppet/controller-puppet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet') diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 3f01b094..3760a1c0 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -261,7 +261,7 @@ parameters: MysqlMaxConnections: description: Configures MySQL max_connections config setting type: number - default: 1024 + default: 4096 MysqlRootPassword: type: string hidden: true -- cgit 1.2.3-korg