From 00791156cb2b98f7126a466dc28cf89a4a2a9eef Mon Sep 17 00:00:00 2001 From: liyuenan Date: Fri, 10 Feb 2017 09:37:26 +0800 Subject: FIX access database failed JIRA: COMPASS-521 Nova compute use osapi_compute and metadata api. Both of their worker processes should be limited, otherwise mysql would not deal with those processes. Change-Id: Ib00b4731369c1c677639c9437ab83887550db572 Signed-off-by: liyuenan --- deploy/adapters/ansible/roles/database/templates/my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy/adapters/ansible/roles') diff --git a/deploy/adapters/ansible/roles/database/templates/my.cnf b/deploy/adapters/ansible/roles/database/templates/my.cnf index f1170ece..1ed9b931 100644 --- a/deploy/adapters/ansible/roles/database/templates/my.cnf +++ b/deploy/adapters/ansible/roles/database/templates/my.cnf @@ -29,7 +29,7 @@ tmp-table-size = 32M max-heap-table-size = 32M query-cache-type = 0 query-cache-size = 0M -thread-cache-size = 50 +thread-cache-size = {{ ansible_processor_vcpus * 10 }} open-files-limit = 65535 table-definition-cache = 4096 table-open-cache = 10240 -- cgit 1.2.3-korg