Browse Source

Configurable max connections

tags/1.0
marco 9 years ago
parent
commit
b47411da1f
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      galera/files/my.cnf
  2. +1
    -1
      galera/files/my.cnf.bootstrap
  3. +1
    -1
      galera/files/my.cnf.init

+ 1
- 1
galera/files/my.cnf View File

@@ -70,7 +70,7 @@ max_allowed_packet = 512M
skip_name_resolve
memlock=0
sysdate_is_now=1
max_connections=2000
max_connections={{ service.get('max_connections', 20000) }}
thread_cache_size=512
query_cache_type = 0
query_cache_size = 0

+ 1
- 1
galera/files/my.cnf.bootstrap View File

@@ -70,7 +70,7 @@ max_allowed_packet = 512M
skip_name_resolve
memlock=0
sysdate_is_now=1
max_connections=2000
max_connections={{ service.get('max_connections', 20000) }}
thread_cache_size=512
query_cache_type = 0
query_cache_size = 0

+ 1
- 1
galera/files/my.cnf.init View File

@@ -70,7 +70,7 @@ max_allowed_packet = 512M
skip_name_resolve
memlock=0
sysdate_is_now=1
max_connections=2000
max_connections={{ service.get('max_connections', 20000) }}
thread_cache_size=512
query_cache_type = 0
query_cache_size = 0

Loading…
Cancel
Save