From e78dbcb5d421857ceaed8699ff58d9b58799d65e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 13 Aug 2015 14:42:36 -0700 Subject: [PATCH] limit threads and max connections --- setup/container/mysql.cnf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/container/mysql.cnf b/setup/container/mysql.cnf index 5a4534b32..24264a628 100644 --- a/setup/container/mysql.cnf +++ b/setup/container/mysql.cnf @@ -5,4 +5,6 @@ [mysqld] performance_schema=OFF max_connection=50 +max_connection=5 +thread_cache_size=5