Ver código fonte

Configurable max connections

tags/1.0
marco 9 anos atrás
pai
commit
b47411da1f
3 arquivos alterados com 3 adições e 3 exclusões
  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 Ver arquivo

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

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

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

Carregando…
Cancelar
Salvar