MariaDB Optimization

Scott

Member
I see the support article on optimizing mysql/mariadb. I'm running mariadb, trying to optimize the following settings listed in the article:

1. InnoDB Buffer Pool Size
innodb_buffer_pool_size = XXX
Where XXX is usually at least 70% of the available RAM on the server, so if you have 4GB RAM on your server, this value will be set to 2867M, so we have:
innodb_buffer_pool_size = 2867M

But my "my.cnf" file does not contain those same settings.

Do one of my settings listed relate to the same setting listed above?

Screen Shot 2018-05-17 at 11.01.52 AM.png
 
Back
Top