From a45e83facfa1b3e877923db4267c38080bb08260 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Tue, 22 Mar 2016 15:23:49 +0100 Subject: [PATCH] Update INTERNALS.md --- INTERNALS.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/INTERNALS.md b/INTERNALS.md index 151666e..38ac688 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -244,15 +244,5 @@ ## MySQLTuner MariaDB thread pool information -* thread_pool_size -* thread_pool_stall_limit - -* thread_pool_max_threads -* thread_pool_idle_timeout - -* thread_pool_oversubscribe - -* threadpool_threads -* threadpool_idle_threads -* threadpool_threads / thread_pool_size -* threadpool_idle_threads / thread_pool_size +* thread_pool_size between 16 to 36 for Innodb usage +* thread_pool_size between 4 to 8 for MyIsam usage