Merge "Increase default max_connections for MySQL from 1024 to 4096"
This commit is contained in:
commit
5426ea2f20
@ -256,7 +256,7 @@ parameters:
|
||||
MysqlMaxConnections:
|
||||
description: Configures MySQL max_connections config setting
|
||||
type: number
|
||||
default: 1024
|
||||
default: 4096
|
||||
MysqlRootPassword:
|
||||
type: string
|
||||
hidden: true
|
||||
|
@ -398,7 +398,7 @@ parameters:
|
||||
MysqlMaxConnections:
|
||||
description: Configures MySQL max_connections config setting
|
||||
type: number
|
||||
default: 1024
|
||||
default: 4096
|
||||
NeutronDnsmasqOptions:
|
||||
default: 'dhcp-option-force=26,1400'
|
||||
description: Dnsmasq options for neutron-dhcp-agent. The default value here forces MTU to be set to 1400 to account for the tunnel overhead.
|
||||
|
@ -228,7 +228,7 @@ parameters:
|
||||
MysqlMaxConnections:
|
||||
description: Configures MySQL max_connections config setting
|
||||
type: number
|
||||
default: 1024
|
||||
default: 4096
|
||||
MysqlRootPassword:
|
||||
type: string
|
||||
hidden: true
|
||||
|
Loading…
Reference in New Issue
Block a user