From e0c76333f2c79dc505106a42e78f7b729d2a69c8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 18 Feb 2018 04:57:57 +0000 Subject: [PATCH] spelling: instance --- INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index 5f2bcb1..87abc18 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -206,7 +206,7 @@ * If possible, innodb_buffer_pool_size should be greater data and index size for Innodb Table * Innodb_buffer_pool_size should around 75 to 80 % of the available system memory. * InnoDB Buffer Pool Instances - * MySQL needs 1 instanes per 1Go of Buffer Pool + * MySQL needs 1 instance per 1Go of Buffer Pool * innodb_buffer_pool instances = round(innodb_buffer_pool_size / 1Go) * innodb_buffer_pool instances must be equals or lower than 64 * InnoDB Buffer Pool Usage