From 14a093684a4920b1db8259a377d1b227137ccc7c Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 22 Sep 2016 09:36:40 +0100 Subject: [PATCH] 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 --- config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index f4ed1a0..c9b235c 100644 --- a/config.yaml +++ b/config.yaml @@ -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