diff --git a/README.md b/README.md index d868e27..db28695 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,6 @@ The folks at Cacti.net recommend the following settings for its MySQL based data |innodb_buffer_pool_instances| >= 9 | MariaDB will divide the innodb_buffer_pool into memory regions to improve performance. The max value is 64. When your innodb_buffer_pool is less than 1GB, you should use the pool size divided by 128MB. Continue to use this equation upto the max of 64.| | innodb_io_capacity | 5000 | If you have SSD disks, use this suggestion. If you have physical hard drives, use 200 * the number of active drives in the array. If using NVMe or PCIe Flash, much larger numbers as high as 100000 can be used. | | innodb_io_capacity_max | 10000 | If you have SSD disks, use this suggestion. If you have physical hard drives, use 2000 * the number of active drives in the array. If using NVMe or PCIe Flash, much larger numbers as high as 200000 can be used. | - - | memory_limit | >= 800M | A minimum of 800 MB memory limit | | max_execution_time | >= 60 | A minimum of 1 m execution time |