Increase default max-connections

The server compiled default of 151 is not very useful in anything
other than a single client deployment; increased the default
max-connections value to 600, which is much more useful.

Change-Id: I3e8c0fcc3e85ccf1990af77610401ebbd257b549
Closes-Bug: 1382386
This commit is contained in:
James Page 2016-09-22 09:36:40 +01:00
parent 09e1499ed4
commit 14a093684a
1 changed files with 3 additions and 2 deletions

View File

@ -42,10 +42,11 @@ options:
percentage of system total memory allocated.
max-connections:
type: int
default: -1
default: 600
description: |
Maximum connections to allow. A value of -1 means use the server's
compiled-in default.
compiled-in default. This is not typically that useful so the
charm will configure PXC with a default max-connections value of 600.
wait-timeout:
type: int
default: -1