瀏覽代碼

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…
取消
儲存