Parcourir la source

Configurable max connections

tags/1.0
marco il y a 9 ans
Parent
révision
b47411da1f
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer