Skip to main content

optimize my.cnf

Comments

2 comments

  • GOT
    The primary things you can control are join_buffer_size (> 64.0M, or always use indexes with JOINs) table_open_cache (> 1500) innodb_buffer_pool_size (>= 2.6G) if possible. I would probably set innodb_buffer_pool_size to 4G. As for the other two, you just start creeping them up until mysqltuner stops complaining. As for the last one, you can change that settings after you finish changing innodb_buffer_pool_size because eaqch time you change that its going to change the sugegsted log setting size.
    0
  • cPanelLauren
    Thanks @GOT - @jlucho let us know if you have any further questions
    0

Please sign in to leave a comment.