소스 검색

Configurable max connections

tags/1.0
marco 9 년 전
부모
커밋
b47411da1f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장